#275333

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

Shades of Kaitoke Green #275333

Tints of Kaitoke Green #275333

Color information

#275333 (or 0x275333) is unknown color: approx Kaitoke Green. HEX triplet: 27, 53 and 33. RGB value is (39,83,51). Sum of RGB (Red+Green+Blue) = 39+83+51=173 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.54% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 51 (20.31% from 255 or 29.48% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #275333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275333 is #D8ACCC. Grayscale: #424242. Windows color (decimal): -14200013 or 3363623. OLE color: 3363623.

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

Color convert

RGB398351-
CMYK0.5300.390.67
HSL136.36º36.07%23.92%-
HSV(B)136.36º53.01%32.55%-
XYZ4.536.864.22-
YUV66.2119.42108.6-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.54%
GREEN value IS 83 (32.81% from 255) = 47.98%
BLUE value IS 51 (20.31% from 255) = 29.48%
R=22.54%
G=47.98%
B=29.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3983510.5300.390.67136.3636.0723.92
Hex2753333502743882418
Octal4712363650471032104430
Binary1001111010011110011110101010011110000111000100010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275333; }

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

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

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

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

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

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

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

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