#274E32

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

Shades of Kaitoke Green #274E32

Tints of Kaitoke Green #274E32

Color information

#274E32 (or 0x274E32) is unknown color: approx Kaitoke Green. HEX triplet: 27, 4E and 32. RGB value is (39,78,50). Sum of RGB (Red+Green+Blue) = 39+78+50=167 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.35% from 167); Green value is 78 (30.86% from 255 or 46.71% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 78 - color contains mainly: green. Hex color #274E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #274E32 is #D8B1CD. Grayscale: #3F3F3F. Windows color (decimal): -14201294 or 3296807. OLE color: 3296807.

HSL color Cylindrical-coordinate representation of color #274E32: hue angle of 136.92º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #274E32 is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB397850-
CMYK0.5000.360.69
HSL136.92º33.33%22.94%-
HSV(B)136.92º50%30.59%-
XYZ4.146.113.98-
YUV63.15120.58110.78-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.35%
GREEN value IS 78 (30.86% from 255) = 46.71%
BLUE value IS 50 (19.92% from 255) = 29.94%
R=23.35%
G=46.71%
B=29.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3978500.5000.360.69136.9233.3322.94
Hex274E323202445892117
Octal4711662620441052114127
Binary1001111001110110010110010010010010001011000100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274E32; }

 p { color: rgb(39,78,50); }

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

<style>
 a { background-color: #274E32; }

 a { background-color: rgb(39,78,50); }

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

<style>
 span { border-color: #274E32; }

 span { border-color: rgb(39,78,50); }

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