#224F2A

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

Shades of Kaitoke Green #224F2A

Tints of Kaitoke Green #224F2A

Color information

#224F2A (or 0x224F2A) is unknown color: approx Kaitoke Green. HEX triplet: 22, 4F and 2A. RGB value is (34,79,42). Sum of RGB (Red+Green+Blue) = 34+79+42=155 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.94% from 155); Green value is 79 (31.25% from 255 or 50.97% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 79 - color contains mainly: green. Hex color #224F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #224F2A is #DDB0D5. Grayscale: #3D3D3D. Windows color (decimal): -14528726 or 2772770. OLE color: 2772770.

HSL color Cylindrical-coordinate representation of color #224F2A: hue angle of 130.67º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #224F2A is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.

Color convert

RGB347942-
CMYK0.5700.470.69
HSL130.67º39.82%22.16%-
HSV(B)130.67º56.96%30.98%-
XYZ3.876.13.16-
YUV61.33117.09108.51-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.94%
GREEN value IS 79 (31.25% from 255) = 50.97%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=21.94%
G=50.97%
B=27.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3479420.5700.470.69130.6739.8222.16
Hex224F2A3902F45832816
Octal4211752710571052035026
Binary1000101001111101010111001010111110001011000001110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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