Html Css Color HEX #255242 Te Papa Green

📋 copy color: '#255242'

red 37 ◦ green 82 ◦ blue 66

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

Shades of Te Papa Green #255242

Tints of Te Papa Green #255242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 35.68%

R = 20%
G = 44.32%
B = 35.68%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#255242 (or 0x255242) is known color: Te Papa Green. HEX triplet: 25, 52 and 42. RGB value is (37,82,66). Sum of RGB (Red+Green+Blue) = 37+82+66=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 82 - color contains mainly: green. Hex color #255242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255242 is #DAADBD. Grayscale: #424242. Windows color (decimal): -14331326 or 4346405. OLE color: 4346405.

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

Color convert

RGB 37 82 66 -
CMYK 0.55 0 0.20 0.68
HSL 158.67º 0.38% 0.23% -
HSV(B) 158.67º 0.55% 0.32% -
XYZ 4.76 6.82 6.22 -
YUV 66.72 127.59 106.8 -
System Red Green Blue C M Y K H S L
Decimal 37 82 66 0.55 0 0.20 0.68 158.67 0.38 0.23
Hex 25 52 42 37 0 14 44 9F 26 17
Octal 45 122 102 67 0 24 104 237 46 27
Binary 100101 1010010 1000010 110111 0 10100 1000100 10011111 100110 10111

Color Harmonies of #255242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255242

Black with #255242

Text Example


Text Example

White with #255242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255242; }

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

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

background-color css

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

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

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

border-color css

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

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

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