Html Css Color HEX #245341 Te Papa Green

📋 copy color: '#245341'

red 36 ◦ green 83 ◦ blue 65

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

Shades of Te Papa Green #245341

Tints of Te Papa Green #245341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 35.33%

R = 19.57%
G = 45.11%
B = 35.33%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#245341 (or 0x245341) is known color: Te Papa Green. HEX triplet: 24, 53 and 41. RGB value is (36,83,65). Sum of RGB (Red+Green+Blue) = 36+83+65=184 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.57% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 83 - color contains mainly: green. Hex color #245341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245341 is #DBACBE. Grayscale: #424242. Windows color (decimal): -14396607 or 4281124. OLE color: 4281124.

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

Color convert

RGB 36 83 65 -
CMYK 0.57 0 0.22 0.67
HSL 157.02º 0.39% 0.23% -
HSV(B) 157.02º 0.57% 0.33% -
XYZ 4.77 6.94 6.09 -
YUV 66.9 126.93 105.96 -
System Red Green Blue C M Y K H S L
Decimal 36 83 65 0.57 0 0.22 0.67 157.02 0.39 0.23
Hex 24 53 41 39 0 16 43 9D 27 17
Octal 44 123 101 71 0 26 103 235 47 27
Binary 100100 1010011 1000001 111001 0 10110 1000011 10011101 100111 10111

Color Harmonies of #245341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245341

Black with #245341

Text Example


Text Example

White with #245341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245341; }

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

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

background-color css

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

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

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

border-color css

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

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

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