#274F30

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

Shades of Kaitoke Green #274F30

Tints of Kaitoke Green #274F30

Color information

#274F30 (or 0x274F30) is unknown color: approx Kaitoke Green. HEX triplet: 27, 4F and 30. RGB value is (39,79,48). Sum of RGB (Red+Green+Blue) = 39+79+48=166 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.49% from 166); Green value is 79 (31.25% from 255 or 47.59% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 79 - color contains mainly: green. Hex color #274F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #274F30 is #D8B0CF. Grayscale: #3F3F3F. Windows color (decimal): -14201040 or 3165991. OLE color: 3165991.

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

Color convert

RGB397948-
CMYK0.5100.390.69
HSL133.5º33.9%23.14%-
HSV(B)133.5º50.63%30.98%-
XYZ4.176.243.78-
YUV63.51119.25110.52-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.49%
GREEN value IS 79 (31.25% from 255) = 47.59%
BLUE value IS 48 (19.14% from 255) = 28.92%
R=23.49%
G=47.59%
B=28.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3979480.5100.390.69133.533.923.14
Hex274F303302745862217
Octal4711760630471052064227
Binary1001111001111110000110011010011110001011000011010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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