#2F4F3E

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

Shades of Kaitoke Green #2F4F3E

Tints of Kaitoke Green #2F4F3E

Color information

#2F4F3E (or 0x2F4F3E) is unknown color: approx Kaitoke Green. HEX triplet: 2F, 4F and 3E. RGB value is (47,79,62). Sum of RGB (Red+Green+Blue) = 47+79+62=188 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25% from 188); Green value is 79 (31.25% from 255 or 42.02% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 79 - color contains mainly: green. Hex color #2F4F3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4F3E is #D0B0C1. Grayscale: #434343. Windows color (decimal): -13676738 or 4083503. OLE color: 4083503.

HSL color Cylindrical-coordinate representation of color #2F4F3E: hue angle of 148.12º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2F4F3E is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB477962-
CMYK0.4100.220.69
HSL148.12º25.4%24.71%-
HSV(B)148.12º40.51%30.98%-
XYZ4.846.545.57-
YUV67.49124.9113.38-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25%
GREEN value IS 79 (31.25% from 255) = 42.02%
BLUE value IS 62 (24.61% from 255) = 32.98%
R=25%
G=42.02%
B=32.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4779620.4100.220.69148.1225.424.71
Hex2F4F3E2901645941919
Octal5711776510261052243131
Binary10111110011111111101010010101101000101100101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F4F3E; }

 p { color: rgb(47,79,62); }

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

<style>
 a { background-color: #2F4F3E; }

 a { background-color: rgb(47,79,62); }

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

<style>
 span { border-color: #2F4F3E; }

 span { border-color: rgb(47,79,62); }

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