#2F4E3D

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

Shades of Kaitoke Green #2F4E3D

Tints of Kaitoke Green #2F4E3D

Color information

#2F4E3D (or 0x2F4E3D) is unknown color: approx Kaitoke Green. HEX triplet: 2F, 4E and 3D. RGB value is (47,78,61). Sum of RGB (Red+Green+Blue) = 47+78+61=186 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.27% from 186); Green value is 78 (30.86% from 255 or 41.94% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 78 - color contains mainly: green. Hex color #2F4E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F4E3D is #D0B1C2. Grayscale: #424242. Windows color (decimal): -13676995 or 4017711. OLE color: 4017711.

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

Color convert

RGB477861-
CMYK0.4000.220.69
HSL147.1º24.8%24.51%-
HSV(B)147.1º39.74%30.59%-
XYZ4.746.395.4-
YUV66.79124.73113.88-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.27%
GREEN value IS 78 (30.86% from 255) = 41.94%
BLUE value IS 61 (24.22% from 255) = 32.80%
R=25.27%
G=41.94%
B=32.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4778610.4000.220.69147.124.824.51
Hex2F4E3D2801645931919
Octal5711675500261052233131
Binary10111110011101111011010000101101000101100100111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,78,61); }

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

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

 a { background-color: rgb(47,78,61); }

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

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

 span { border-color: rgb(47,78,61); }

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