Html Css Color HEX #284C32 Kaitoke Green

📋 copy color: '#284C32'

red 40 ◦ green 76 ◦ blue 50

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

Shades of Kaitoke Green #284C32

Tints of Kaitoke Green #284C32

RGB

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

 GREEN value IS 76 (30.08% from 255) = 45.78%

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

R = 24.1%
G = 45.78%
B = 30.12%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.34

 K value IS 0.70

RGB Variations

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

Color information

#284C32 (or 0x284C32) is known color: Kaitoke Green. HEX triplet: 28, 4C and 32. RGB value is (40,76,50). Sum of RGB (Red+Green+Blue) = 40+76+50=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 76 (30.08% from 255 or 45.78% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 76 - color contains mainly: green. Hex color #284C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284C32 is #D7B3CD. Grayscale: #3E3E3E. Windows color (decimal): -14136270 or 3296296. OLE color: 3296296.

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

Color convert

RGB 40 76 50 -
CMYK 0.47 0 0.34 0.70
HSL 136.67º 0.31% 0.23% -
HSV(B) 136.67º 0.47% 0.3% -
XYZ 4.04 5.85 3.93 -
YUV 62.27 121.07 112.11 -
System Red Green Blue C M Y K H S L
Decimal 40 76 50 0.47 0 0.34 0.70 136.67 0.31 0.23
Hex 28 4C 32 2F 0 22 46 89 1F 17
Octal 50 114 62 57 0 42 106 211 37 27
Binary 101000 1001100 110010 101111 0 100010 1000110 10001001 11111 10111

Color Harmonies of #284C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284C32

Black with #284C32

Text Example


Text Example

White with #284C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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