#274F37

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

Shades of Kaitoke Green #274F37

Tints of Kaitoke Green #274F37

Color information

#274F37 (or 0x274F37) is unknown color: approx Kaitoke Green. HEX triplet: 27, 4F and 37. RGB value is (39,79,55). Sum of RGB (Red+Green+Blue) = 39+79+55=173 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.54% from 173); Green value is 79 (31.25% from 255 or 45.66% from 173); Blue value is 55 (21.88% from 255 or 31.79% from 173); Max value from RGB is 79 - color contains mainly: green. Hex color #274F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #274F37 is #D8B0C8. Grayscale: #404040. Windows color (decimal): -14201033 or 3624743. OLE color: 3624743.

HSL color Cylindrical-coordinate representation of color #274F37: hue angle of 144º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #274F37 is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB397955-
CMYK0.5100.300.69
HSL144º33.9%23.14%-
HSV(B)144º50.63%30.98%-
XYZ4.326.34.6-
YUV64.3122.75109.95-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.54%
GREEN value IS 79 (31.25% from 255) = 45.66%
BLUE value IS 55 (21.88% from 255) = 31.79%
R=22.54%
G=45.66%
B=31.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3979550.5100.300.6914433.923.14
Hex274F373301E45902217
Octal4711767630361052204227
Binary100111100111111011111001101111010001011001000010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,79,55); }

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

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

 a { background-color: rgb(39,79,55); }

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

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

 span { border-color: rgb(39,79,55); }

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