#224C2A

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

Shades of Kaitoke Green #224C2A

Tints of Kaitoke Green #224C2A

Color information

#224C2A (or 0x224C2A) is unknown color: approx Kaitoke Green. HEX triplet: 22, 4C and 2A. RGB value is (34,76,42). Sum of RGB (Red+Green+Blue) = 34+76+42=152 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.37% from 152); Green value is 76 (30.08% from 255 or 50% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 76 - color contains mainly: green. Hex color #224C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224C2A is #DDB3D5. Grayscale: #3B3B3B. Windows color (decimal): -14529494 or 2772002. OLE color: 2772002.

HSL color Cylindrical-coordinate representation of color #224C2A: hue angle of 131.43º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #224C2A is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.70.

Color convert

RGB347642-
CMYK0.5500.450.70
HSL131.43º38.18%21.57%-
HSV(B)131.43º55.26%29.8%-
XYZ3.665.683.09-
YUV59.57118.09109.76-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 22.37%
GREEN value IS 76 (30.08% from 255) = 50%
BLUE value IS 42 (16.80% from 255) = 27.63%
R=22.37%
G=50%
B=27.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3476420.5500.450.70131.4338.1821.57
Hex224C2A3702D46832616
Octal4211452670551062034626
Binary1000101001100101010110111010110110001101000001110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224C2A; }

 p { color: rgb(34,76,42); }

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

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

 a { background-color: rgb(34,76,42); }

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

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

 span { border-color: rgb(34,76,42); }

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