Html Css Color HEX #245340 Te Papa Green

📋 copy color: '#245340'

red 36 ◦ green 83 ◦ blue 64

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

Shades of Te Papa Green #245340

Tints of Te Papa Green #245340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 34.97%

R = 19.67%
G = 45.36%
B = 34.97%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#245340 (or 0x245340) is known color: Te Papa Green. HEX triplet: 24, 53 and 40. RGB value is (36,83,64). Sum of RGB (Red+Green+Blue) = 36+83+64=183 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.67% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #245340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245340 is #DBACBF. Grayscale: #424242. Windows color (decimal): -14396608 or 4215588. OLE color: 4215588.

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

Color convert

RGB 36 83 64 -
CMYK 0.57 0 0.23 0.67
HSL 155.74º 0.39% 0.23% -
HSV(B) 155.74º 0.57% 0.33% -
XYZ 4.75 6.93 5.94 -
YUV 66.78 126.43 106.04 -
System Red Green Blue C M Y K H S L
Decimal 36 83 64 0.57 0 0.23 0.67 155.74 0.39 0.23
Hex 24 53 40 39 0 17 43 9C 27 17
Octal 44 123 100 71 0 27 103 234 47 27
Binary 100100 1010011 1000000 111001 0 10111 1000011 10011100 100111 10111

Color Harmonies of #245340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245340

Black with #245340

Text Example


Text Example

White with #245340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245340; }

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

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

background-color css

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

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

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

border-color css

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

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

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