#224F30

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

Shades of Kaitoke Green #224F30

Tints of Kaitoke Green #224F30

Color information

#224F30 (or 0x224F30) is unknown color: approx Kaitoke Green. HEX triplet: 22, 4F and 30. RGB value is (34,79,48). Sum of RGB (Red+Green+Blue) = 34+79+48=161 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.12% from 161); Green value is 79 (31.25% from 255 or 49.07% from 161); Blue value is 48 (19.14% from 255 or 29.81% from 161); Max value from RGB is 79 - color contains mainly: green. Hex color #224F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #224F30 is #DDB0CF. Grayscale: #3E3E3E. Windows color (decimal): -14528720 or 3165986. OLE color: 3165986.

HSL color Cylindrical-coordinate representation of color #224F30: hue angle of 138.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 #224F30 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB347948-
CMYK0.5700.390.69
HSL138.67º39.82%22.16%-
HSV(B)138.67º56.96%30.98%-
XYZ3.996.153.77-
YUV62.01120.09108.02-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.12%
GREEN value IS 79 (31.25% from 255) = 49.07%
BLUE value IS 48 (19.14% from 255) = 29.81%
R=21.12%
G=49.07%
B=29.81%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3479480.5700.390.69138.6739.8222.16
Hex224F3039027458b2816
Octal4211760710471052135026
Binary1000101001111110000111001010011110001011000101110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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