#275735

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

Shades of Kaitoke Green #275735

Tints of Kaitoke Green #275735

Color information

#275735 (or 0x275735) is unknown color: approx Kaitoke Green. HEX triplet: 27, 57 and 35. RGB value is (39,87,53). Sum of RGB (Red+Green+Blue) = 39+87+53=179 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.79% from 179); Green value is 87 (34.38% from 255 or 48.60% from 179); Blue value is 53 (21.09% from 255 or 29.61% from 179); Max value from RGB is 87 - color contains mainly: green. Hex color #275735 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275735 is #D8A8CA. Grayscale: #444444. Windows color (decimal): -14198987 or 3495719. OLE color: 3495719.

HSL color Cylindrical-coordinate representation of color #275735: hue angle of 137.5º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #275735 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.66.

Color convert

RGB398753-
CMYK0.5500.390.66
HSL137.5º38.1%24.71%-
HSV(B)137.5º55.17%34.12%-
XYZ4.897.54.56-
YUV68.77119.1106.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.79%
GREEN value IS 87 (34.38% from 255) = 48.60%
BLUE value IS 53 (21.09% from 255) = 29.61%
R=21.79%
G=48.60%
B=29.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3987530.5500.390.66137.538.124.71
Hex27573537027428a2619
Octal4712765670471022124631
Binary1001111010111110101110111010011110000101000101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275735; }

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

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

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

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

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

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

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

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