#274E30

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

Shades of Kaitoke Green #274E30

Tints of Kaitoke Green #274E30

Color information

#274E30 (or 0x274E30) is unknown color: approx Kaitoke Green. HEX triplet: 27, 4E and 30. RGB value is (39,78,48). Sum of RGB (Red+Green+Blue) = 39+78+48=165 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.64% from 165); Green value is 78 (30.86% from 255 or 47.27% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 78 - color contains mainly: green. Hex color #274E30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #274E30 is #D8B1CF. Grayscale: #3F3F3F. Windows color (decimal): -14201296 or 3165735. OLE color: 3165735.

HSL color Cylindrical-coordinate representation of color #274E30: hue angle of 133.85º 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 #274E30 is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.69.

Color convert

RGB397848-
CMYK0.5000.380.69
HSL133.85º33.33%22.94%-
HSV(B)133.85º50%30.59%-
XYZ4.096.093.76-
YUV62.92119.58110.94-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.64%
GREEN value IS 78 (30.86% from 255) = 47.27%
BLUE value IS 48 (19.14% from 255) = 29.09%
R=23.64%
G=47.27%
B=29.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3978480.5000.380.69133.8533.3322.94
Hex274E303202645862117
Octal4711660620461052064127
Binary1001111001110110000110010010011010001011000011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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