#275C39

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

Shades of Kaitoke Green #275C39

Tints of Kaitoke Green #275C39

Color information

#275C39 (or 0x275C39) is unknown color: approx Kaitoke Green. HEX triplet: 27, 5C and 39. RGB value is (39,92,57). Sum of RGB (Red+Green+Blue) = 39+92+57=188 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.74% from 188); Green value is 92 (36.33% from 255 or 48.94% from 188); Blue value is 57 (22.66% from 255 or 30.32% from 188); Max value from RGB is 92 - color contains mainly: green. Hex color #275C39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275C39 is #D8A3C6. Grayscale: #484848. Windows color (decimal): -14197703 or 3759143. OLE color: 3759143.

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

Color convert

RGB399257-
CMYK0.5800.380.64
HSL140.38º40.46%25.69%-
HSV(B)140.38º57.61%36.08%-
XYZ5.48.385.2-
YUV72.16119.44104.35-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 20.74%
GREEN value IS 92 (36.33% from 255) = 48.94%
BLUE value IS 57 (22.66% from 255) = 30.32%
R=20.74%
G=48.94%
B=30.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3992570.5800.380.64140.3840.4625.69
Hex275C393A026408c281a
Octal4713471720461002145032
Binary1001111011100111001111010010011010000001000110010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,92,57); }

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

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

 a { background-color: rgb(39,92,57); }

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

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

 span { border-color: rgb(39,92,57); }

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