Html Css Color HEX #255245 Te Papa Green

📋 copy color: '#255245'

red 37 ◦ green 82 ◦ blue 69

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

Shades of Te Papa Green #255245

Tints of Te Papa Green #255245

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.62%

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

R = 19.68%
G = 43.62%
B = 36.7%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#255245 (or 0x255245) is known color: Te Papa Green. HEX triplet: 25, 52 and 45. RGB value is (37,82,69). Sum of RGB (Red+Green+Blue) = 37+82+69=188 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.68% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 82 - color contains mainly: green. Hex color #255245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255245 is #DAADBA. Grayscale: #434343. Windows color (decimal): -14331323 or 4543013. OLE color: 4543013.

HSL color Cylindrical-coordinate representation of color #255245: hue angle of 162.67º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #255245 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 82 69 -
CMYK 0.55 0 0.16 0.68
HSL 162.67º 0.38% 0.23% -
HSV(B) 162.67º 0.55% 0.32% -
XYZ 4.85 6.86 6.7 -
YUV 67.06 129.09 106.56 -
System Red Green Blue C M Y K H S L
Decimal 37 82 69 0.55 0 0.16 0.68 162.67 0.38 0.23
Hex 25 52 45 37 0 10 44 A3 26 17
Octal 45 122 105 67 0 20 104 243 46 27
Binary 100101 1010010 1000101 110111 0 10000 1000100 10100011 100110 10111

Color Harmonies of #255245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255245

Black with #255245

Text Example


Text Example

White with #255245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255245; }

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

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

background-color css

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

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

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

border-color css

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

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

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