Html Css Color HEX #245243 Te Papa Green

📋 copy color: '#245243'

red 36 ◦ green 82 ◦ blue 67

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

Shades of Te Papa Green #245243

Tints of Te Papa Green #245243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 36.22%

R = 19.46%
G = 44.32%
B = 36.22%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.18

 K value IS 0.68

RGB Variations

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

Color information

#245243 (or 0x245243) is known color: Te Papa Green. HEX triplet: 24, 52 and 43. RGB value is (36,82,67). Sum of RGB (Red+Green+Blue) = 36+82+67=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 67 (26.56% from 255 or 36.22% from 185); Max value from RGB is 82 - color contains mainly: green. Hex color #245243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245243 is #DBADBC. Grayscale: #424242. Windows color (decimal): -14396861 or 4411940. OLE color: 4411940.

HSL color Cylindrical-coordinate representation of color #245243: hue angle of 160.43º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #245243 is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.68.

Color convert

RGB 36 82 67 -
CMYK 0.56 0 0.18 0.68
HSL 160.43º 0.39% 0.23% -
HSV(B) 160.43º 0.56% 0.32% -
XYZ 4.76 6.81 6.37 -
YUV 66.54 128.26 106.22 -
System Red Green Blue C M Y K H S L
Decimal 36 82 67 0.56 0 0.18 0.68 160.43 0.39 0.23
Hex 24 52 43 38 0 12 44 A0 27 17
Octal 44 122 103 70 0 22 104 240 47 27
Binary 100100 1010010 1000011 111000 0 10010 1000100 10100000 100111 10111

Color Harmonies of #245243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245243

Black with #245243

Text Example


Text Example

White with #245243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245243; }

 p { color: rgb(36,82,67); }

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

background-color css

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

 a { background-color: rgb(36,82,67); }

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

border-color css

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

 span { border-color: rgb(36,82,67); }

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