#275A39

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

Shades of Kaitoke Green #275A39

Tints of Kaitoke Green #275A39

Color information

#275A39 (or 0x275A39) is unknown color: approx Kaitoke Green. HEX triplet: 27, 5A and 39. RGB value is (39,90,57). Sum of RGB (Red+Green+Blue) = 39+90+57=186 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.97% from 186); Green value is 90 (35.55% from 255 or 48.39% from 186); Blue value is 57 (22.66% from 255 or 30.65% from 186); Max value from RGB is 90 - color contains mainly: green. Hex color #275A39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275A39 is #D8A5C6. Grayscale: #474747. Windows color (decimal): -14198215 or 3758631. OLE color: 3758631.

HSL color Cylindrical-coordinate representation of color #275A39: hue angle of 141.18º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #275A39 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.

Color convert

RGB399057-
CMYK0.5700.370.65
HSL141.18º39.53%25.29%-
HSV(B)141.18º56.67%35.29%-
XYZ5.238.045.15-
YUV70.99120.1105.18-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.97%
GREEN value IS 90 (35.55% from 255) = 48.39%
BLUE value IS 57 (22.66% from 255) = 30.65%
R=20.97%
G=48.39%
B=30.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3990570.5700.370.65141.1839.5325.29
Hex275A3939025418d2819
Octal4713271710451012155031
Binary1001111011010111001111001010010110000011000110110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275A39; }

 p { color: rgb(39,90,57); }

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

<style>
 a { background-color: #275A39; }

 a { background-color: rgb(39,90,57); }

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

<style>
 span { border-color: #275A39; }

 span { border-color: rgb(39,90,57); }

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