#275337

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

Shades of Kaitoke Green #275337

Tints of Kaitoke Green #275337

Color information

#275337 (or 0x275337) is unknown color: approx Kaitoke Green. HEX triplet: 27, 53 and 37. RGB value is (39,83,55). Sum of RGB (Red+Green+Blue) = 39+83+55=177 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.03% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 55 (21.88% from 255 or 31.07% from 177); Max value from RGB is 83 - color contains mainly: green. Hex color #275337 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275337 is #D8ACC8. Grayscale: #424242. Windows color (decimal): -14200009 or 3625767. OLE color: 3625767.

HSL color Cylindrical-coordinate representation of color #275337: hue angle of 141.82º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #275337 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB398355-
CMYK0.5300.340.67
HSL141.82º36.07%23.92%-
HSV(B)141.82º53.01%32.55%-
XYZ4.626.894.7-
YUV66.65121.42108.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.03%
GREEN value IS 83 (32.81% from 255) = 46.89%
BLUE value IS 55 (21.88% from 255) = 31.07%
R=22.03%
G=46.89%
B=31.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3983550.5300.340.67141.8236.0723.92
Hex27533735022438e2418
Octal4712367650421032164430
Binary1001111010011110111110101010001010000111000111010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275337; }

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

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

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

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

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

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

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

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