#275335

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

Shades of Kaitoke Green #275335

Tints of Kaitoke Green #275335

Color information

#275335 (or 0x275335) is unknown color: approx Kaitoke Green. HEX triplet: 27, 53 and 35. RGB value is (39,83,53). Sum of RGB (Red+Green+Blue) = 39+83+53=175 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.29% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 53 (21.09% from 255 or 30.29% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #275335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275335 is #D8ACCA. Grayscale: #424242. Windows color (decimal): -14200011 or 3494695. OLE color: 3494695.

HSL color Cylindrical-coordinate representation of color #275335: hue angle of 139.09º 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 #275335 is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB398353-
CMYK0.5300.360.67
HSL139.09º36.07%23.92%-
HSV(B)139.09º53.01%32.55%-
XYZ4.576.874.45-
YUV66.42120.42108.44-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.29%
GREEN value IS 83 (32.81% from 255) = 47.43%
BLUE value IS 53 (21.09% from 255) = 30.29%
R=22.29%
G=47.43%
B=30.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3983530.5300.360.67139.0936.0723.92
Hex27533535024438b2418
Octal4712365650441032134430
Binary1001111010011110101110101010010010000111000101110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275335; }

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

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

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

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

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

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

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

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