Html Css Color HEX #245342 Te Papa Green

📋 copy color: '#245342'

red 36 ◦ green 83 ◦ blue 66

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

Shades of Te Papa Green #245342

Tints of Te Papa Green #245342

RGB

 RED value IS 36 (14.45% from 255) = 19.46%

 GREEN value IS 83 (32.81% from 255) = 44.86%

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

R = 19.46%
G = 44.86%
B = 35.68%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#245342 (or 0x245342) is known color: Te Papa Green. HEX triplet: 24, 53 and 42. RGB value is (36,83,66). Sum of RGB (Red+Green+Blue) = 36+83+66=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 83 - color contains mainly: green. Hex color #245342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245342 is #DBACBD. Grayscale: #434343. Windows color (decimal): -14396606 or 4346660. OLE color: 4346660.

HSL color Cylindrical-coordinate representation of color #245342: hue angle of 158.3º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #245342 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 36 83 66 -
CMYK 0.57 0 0.20 0.67
HSL 158.3º 0.39% 0.23% -
HSV(B) 158.3º 0.57% 0.33% -
XYZ 4.8 6.95 6.24 -
YUV 67.01 127.43 105.88 -
System Red Green Blue C M Y K H S L
Decimal 36 83 66 0.57 0 0.20 0.67 158.3 0.39 0.23
Hex 24 53 42 39 0 14 43 9E 27 17
Octal 44 123 102 71 0 24 103 236 47 27
Binary 100100 1010011 1000010 111001 0 10100 1000011 10011110 100111 10111

Color Harmonies of #245342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245342

Black with #245342

Text Example


Text Example

White with #245342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245342; }

 p { color: rgb(36,83,66); }

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

background-color css

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

 a { background-color: rgb(36,83,66); }

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

border-color css

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

 span { border-color: rgb(36,83,66); }

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