#275B35

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

Shades of Kaitoke Green #275B35

Tints of Kaitoke Green #275B35

Color information

#275B35 (or 0x275B35) is unknown color: approx Kaitoke Green. HEX triplet: 27, 5B and 35. RGB value is (39,91,53). Sum of RGB (Red+Green+Blue) = 39+91+53=183 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.31% from 183); Green value is 91 (35.94% from 255 or 49.73% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 91 - color contains mainly: green. Hex color #275B35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275B35 is #D8A4CA. Grayscale: #474747. Windows color (decimal): -14197963 or 3496743. OLE color: 3496743.

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

Color convert

RGB399153-
CMYK0.5700.420.64
HSL136.15º40%25.49%-
HSV(B)136.15º57.14%35.69%-
XYZ5.228.174.67-
YUV71.12117.77105.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 21.31%
GREEN value IS 91 (35.94% from 255) = 49.73%
BLUE value IS 53 (21.09% from 255) = 28.96%
R=21.31%
G=49.73%
B=28.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3991530.5700.420.64136.154025.49
Hex275B353902A40882819
Octal4713365710521002105031
Binary1001111011011110101111001010101010000001000100010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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