Html Css Color HEX #245345 Te Papa Green

📋 copy color: '#245345'

red 36 ◦ green 83 ◦ blue 69

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

Shades of Te Papa Green #245345

Tints of Te Papa Green #245345

RGB

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

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

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

R = 19.15%
G = 44.15%
B = 36.7%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#245345 (or 0x245345) is known color: Te Papa Green. HEX triplet: 24, 53 and 45. RGB value is (36,83,69). Sum of RGB (Red+Green+Blue) = 36+83+69=188 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.15% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #245345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245345 is #DBACBA. Grayscale: #434343. Windows color (decimal): -14396603 or 4543268. OLE color: 4543268.

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

Color convert

RGB 36 83 69 -
CMYK 0.57 0 0.17 0.67
HSL 162.13º 0.39% 0.23% -
HSV(B) 162.13º 0.57% 0.33% -
XYZ 4.89 6.99 6.72 -
YUV 67.35 128.93 105.64 -
System Red Green Blue C M Y K H S L
Decimal 36 83 69 0.57 0 0.17 0.67 162.13 0.39 0.23
Hex 24 53 45 39 0 11 43 A2 27 17
Octal 44 123 105 71 0 21 103 242 47 27
Binary 100100 1010011 1000101 111001 0 10001 1000011 10100010 100111 10111

Color Harmonies of #245345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245345

Black with #245345

Text Example


Text Example

White with #245345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245345; }

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

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

background-color css

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

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

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

border-color css

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

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

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