#23552D

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

Shades of Kaitoke Green #23552D

Tints of Kaitoke Green #23552D

Color information

#23552D (or 0x23552D) is unknown color: approx Kaitoke Green. HEX triplet: 23, 55 and 2D. RGB value is (35,85,45). Sum of RGB (Red+Green+Blue) = 35+85+45=165 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.21% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #23552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23552D is #DCAAD2. Grayscale: #414141. Windows color (decimal): -14461651 or 2970915. OLE color: 2970915.

HSL color Cylindrical-coordinate representation of color #23552D: hue angle of 132º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #23552D is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB358545-
CMYK0.5900.470.67
HSL132º41.67%23.53%-
HSV(B)132º58.82%33.33%-
XYZ4.427.043.61-
YUV65.49116.44106.25-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.21%
GREEN value IS 85 (33.59% from 255) = 51.52%
BLUE value IS 45 (17.97% from 255) = 27.27%
R=21.21%
G=51.52%
B=27.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3585450.5900.470.6713241.6723.53
Hex23552D3B02F43842a18
Octal4312555730571032045230
Binary1000111010101101101111011010111110000111000010010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23552D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23552D; }

 p { color: rgb(35,85,45); }

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

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

 a { background-color: rgb(35,85,45); }

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

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

 span { border-color: rgb(35,85,45); }

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