#275935

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

Shades of Kaitoke Green #275935

Tints of Kaitoke Green #275935

Color information

#275935 (or 0x275935) is unknown color: approx Kaitoke Green. HEX triplet: 27, 59 and 35. RGB value is (39,89,53). Sum of RGB (Red+Green+Blue) = 39+89+53=181 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.55% from 181); Green value is 89 (35.16% from 255 or 49.17% from 181); Blue value is 53 (21.09% from 255 or 29.28% from 181); Max value from RGB is 89 - color contains mainly: green. Hex color #275935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275935 is #D8A6CA. Grayscale: #464646. Windows color (decimal): -14198475 or 3496231. OLE color: 3496231.

HSL color Cylindrical-coordinate representation of color #275935: hue angle of 136.8º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #275935 is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB398953-
CMYK0.5600.400.65
HSL136.8º39.06%25.1%-
HSV(B)136.8º56.18%34.9%-
XYZ5.057.834.61-
YUV69.95118.44105.93-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.55%
GREEN value IS 89 (35.16% from 255) = 49.17%
BLUE value IS 53 (21.09% from 255) = 29.28%
R=21.55%
G=49.17%
B=29.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3989530.5600.400.65136.839.0625.1
Hex2759353802841892719
Octal4713165700501012114731
Binary1001111011001110101111000010100010000011000100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275935; }

 p { color: rgb(39,89,53); }

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

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

 a { background-color: rgb(39,89,53); }

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

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

 span { border-color: rgb(39,89,53); }

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