Html Css Color HEX #255045 Te Papa Green

📋 copy color: '#255045'

red 37 ◦ green 80 ◦ blue 69

#255045
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Te Papa Green #255045

Tints of Te Papa Green #255045

RGB

 RED value IS 37 (14.84% from 255) = 19.89%

 GREEN value IS 80 (31.64% from 255) = 43.01%

 BLUE value IS 69 (27.34% from 255) = 37.1%

R = 19.89%
G = 43.01%
B = 37.1%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#255045 (or 0x255045) is known color: Te Papa Green. HEX triplet: 25, 50 and 45. RGB value is (37,80,69). Sum of RGB (Red+Green+Blue) = 37+80+69=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 80 - color contains mainly: green. Hex color #255045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255045 is #DAAFBA. Grayscale: #414141. Windows color (decimal): -14331835 or 4542501. OLE color: 4542501.

HSL color Cylindrical-coordinate representation of color #255045: hue angle of 164.65º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #255045 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 80 69 -
CMYK 0.54 0 0.14 0.69
HSL 164.65º 0.37% 0.23% -
HSV(B) 164.65º 0.54% 0.31% -
XYZ 4.71 6.56 6.65 -
YUV 65.89 129.75 107.39 -
System Red Green Blue C M Y K H S L
Decimal 37 80 69 0.54 0 0.14 0.69 164.65 0.37 0.23
Hex 25 50 45 36 0 E 45 A5 25 17
Octal 45 120 105 66 0 16 105 245 45 27
Binary 100101 1010000 1000101 110110 0 1110 1000101 10100101 100101 10111

Color Harmonies of #255045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255045

Black with #255045

Text Example


Text Example

White with #255045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255045; }

 p { color: rgb(37,80,69); }

 H1.HeaderClassName
 {
   color: #255045;
 }
 .AnyTagClassName
 {
   color: #255045;
 }
</style>

background-color css

<style>
 a { background-color: #255045; }

 a { background-color: rgb(37,80,69); }

 div.DivClassName
 {
   background-color: #255045;
 }
 .BgClassName
 {
   background-color: #255045;
 }
</style>

border-color css

<style>
 span { border-color: #255045; }

 span { border-color: rgb(37,80,69); }

 td.TdClassName
 {
   border-color: #255045;
 }
 .TagClassName
 {
   border-color: #255045;
 }
</style>