#284A33

Color #284A33 Kaitoke Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kaitoke Green #284A33

Tints of Kaitoke Green #284A33

Color information

#284A33 (or 0x284A33) is unknown color: approx Kaitoke Green. HEX triplet: 28, 4A and 33. RGB value is (40,74,51). Sum of RGB (Red+Green+Blue) = 40+74+51=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 74 (29.30% from 255 or 44.85% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 74 - color contains mainly: green. Hex color #284A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284A33 is #D7B5CC. Grayscale: #3D3D3D. Windows color (decimal): -14136781 or 3361320. OLE color: 3361320.

HSL color Cylindrical-coordinate representation of color #284A33: hue angle of 139.41º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #284A33 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.71.

Color convert

RGB407451-
CMYK0.4600.310.71
HSL139.41º29.82%22.35%-
HSV(B)139.41º45.95%29.02%-
XYZ3.925.594-
YUV61.21122.24112.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.24%
GREEN value IS 74 (29.30% from 255) = 44.85%
BLUE value IS 51 (20.31% from 255) = 30.91%
R=24.24%
G=44.85%
B=30.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4074510.4600.310.71139.4129.8222.35
Hex284A332E01F478b1e16
Octal5011263560371072133626
Binary10100010010101100111011100111111000111100010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,74,51); }

 H1.HeaderClassName
 {
   color: #284A33;
 }
 .AnyTagClassName
 {
   color: #284A33;
 }
</style>
background-color css

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

 a { background-color: rgb(40,74,51); }

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

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

 span { border-color: rgb(40,74,51); }

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