Html Css Color HEX #284D32 Kaitoke Green

📋 copy color: '#284D32'

red 40 ◦ green 77 ◦ blue 50

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

Shades of Kaitoke Green #284D32

Tints of Kaitoke Green #284D32

RGB

 RED value IS 40 (16.02% from 255) = 23.95%

 GREEN value IS 77 (30.47% from 255) = 46.11%

 BLUE value IS 50 (19.92% from 255) = 29.94%

R = 23.95%
G = 46.11%
B = 29.94%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.35

 K value IS 0.70

RGB Variations

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

Color information

#284D32 (or 0x284D32) is known color: Kaitoke Green. HEX triplet: 28, 4D and 32. RGB value is (40,77,50). Sum of RGB (Red+Green+Blue) = 40+77+50=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 77 (30.47% from 255 or 46.11% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 77 - color contains mainly: green. Hex color #284D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #284D32 is #D7B2CD. Grayscale: #3E3E3E. Windows color (decimal): -14136014 or 3296552. OLE color: 3296552.

HSL color Cylindrical-coordinate representation of color #284D32: hue angle of 136.22º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #284D32 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.70.

Color convert

RGB 40 77 50 -
CMYK 0.48 0 0.35 0.70
HSL 136.22º 0.32% 0.23% -
HSV(B) 136.22º 0.48% 0.3% -
XYZ 4.1 5.99 3.96 -
YUV 62.86 120.74 111.7 -
System Red Green Blue C M Y K H S L
Decimal 40 77 50 0.48 0 0.35 0.70 136.22 0.32 0.23
Hex 28 4D 32 30 0 23 46 88 20 17
Octal 50 115 62 60 0 43 106 210 40 27
Binary 101000 1001101 110010 110000 0 100011 1000110 10001000 100000 10111

Color Harmonies of #284D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284D32

Black with #284D32

Text Example


Text Example

White with #284D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284D32; }

 p { color: rgb(40,77,50); }

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

background-color css

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

 a { background-color: rgb(40,77,50); }

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

border-color css

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

 span { border-color: rgb(40,77,50); }

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