#275332

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

Shades of Kaitoke Green #275332

Tints of Kaitoke Green #275332

Color information

#275332 (or 0x275332) is unknown color: approx Kaitoke Green. HEX triplet: 27, 53 and 32. RGB value is (39,83,50). Sum of RGB (Red+Green+Blue) = 39+83+50=172 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.67% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #275332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275332 is #D8ACCD. Grayscale: #424242. Windows color (decimal): -14200014 or 3298087. OLE color: 3298087.

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

Color convert

RGB398350-
CMYK0.5300.400.67
HSL135º36.07%23.92%-
HSV(B)135º53.01%32.55%-
XYZ4.516.854.1-
YUV66.08118.92108.68-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 22.67%
GREEN value IS 83 (32.81% from 255) = 48.26%
BLUE value IS 50 (19.92% from 255) = 29.07%
R=22.67%
G=48.26%
B=29.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3983500.5300.400.6713536.0723.92
Hex2753323502843872418
Octal4712362650501032074430
Binary1001111010011110010110101010100010000111000011110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275332; }

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

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

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

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

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

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

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

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