Html Css Color HEX #255244 Te Papa Green

📋 copy color: '#255244'

red 37 ◦ green 82 ◦ blue 68

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

Shades of Te Papa Green #255244

Tints of Te Papa Green #255244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.36%

R = 19.79%
G = 43.85%
B = 36.36%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#255244 (or 0x255244) is known color: Te Papa Green. HEX triplet: 25, 52 and 44. RGB value is (37,82,68). Sum of RGB (Red+Green+Blue) = 37+82+68=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 82 - color contains mainly: green. Hex color #255244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255244 is #DAADBB. Grayscale: #424242. Windows color (decimal): -14331324 or 4477477. OLE color: 4477477.

HSL color Cylindrical-coordinate representation of color #255244: hue angle of 161.33º 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 #255244 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 82 68 -
CMYK 0.55 0 0.17 0.68
HSL 161.33º 0.38% 0.23% -
HSV(B) 161.33º 0.55% 0.32% -
XYZ 4.82 6.85 6.54 -
YUV 66.95 128.59 106.64 -
System Red Green Blue C M Y K H S L
Decimal 37 82 68 0.55 0 0.17 0.68 161.33 0.38 0.23
Hex 25 52 44 37 0 11 44 A1 26 17
Octal 45 122 104 67 0 21 104 241 46 27
Binary 100101 1010010 1000100 110111 0 10001 1000100 10100001 100110 10111

Color Harmonies of #255244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255244

Black with #255244

Text Example


Text Example

White with #255244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255244; }

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

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

background-color css

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

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

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

border-color css

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

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

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