#274C34

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

Shades of Kaitoke Green #274C34

Tints of Kaitoke Green #274C34

Color information

#274C34 (or 0x274C34) is unknown color: approx Kaitoke Green. HEX triplet: 27, 4C and 34. RGB value is (39,76,52). Sum of RGB (Red+Green+Blue) = 39+76+52=167 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.35% from 167); Green value is 76 (30.08% from 255 or 45.51% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 76 - color contains mainly: green. Hex color #274C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274C34 is #D8B3CB. Grayscale: #3E3E3E. Windows color (decimal): -14201804 or 3427367. OLE color: 3427367.

HSL color Cylindrical-coordinate representation of color #274C34: hue angle of 141.08º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #274C34 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.70.

Color convert

RGB397652-
CMYK0.4900.320.70
HSL141.08º32.17%22.55%-
HSV(B)141.08º48.68%29.8%-
XYZ4.045.854.16-
YUV62.2122.24111.45-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.35%
GREEN value IS 76 (30.08% from 255) = 45.51%
BLUE value IS 52 (20.70% from 255) = 31.14%
R=23.35%
G=45.51%
B=31.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3976520.4900.320.70141.0832.1722.55
Hex274C3431020468d2017
Octal4711464610401062154027
Binary1001111001100110100110001010000010001101000110110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,76,52); }

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

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

 a { background-color: rgb(39,76,52); }

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

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

 span { border-color: rgb(39,76,52); }

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