#23552E

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

Shades of Kaitoke Green #23552E

Tints of Kaitoke Green #23552E

Color information

#23552E (or 0x23552E) is unknown color: approx Kaitoke Green. HEX triplet: 23, 55 and 2E. RGB value is (35,85,46). Sum of RGB (Red+Green+Blue) = 35+85+46=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #23552E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23552E is #DCAAD1. Grayscale: #414141. Windows color (decimal): -14461650 or 3036451. OLE color: 3036451.

HSL color Cylindrical-coordinate representation of color #23552E: hue angle of 133.2º 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 #23552E is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB358546-
CMYK0.5900.460.67
HSL133.2º41.67%23.53%-
HSV(B)133.2º58.82%33.33%-
XYZ4.437.053.71-
YUV65.6116.94106.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.08%
GREEN value IS 85 (33.59% from 255) = 51.20%
BLUE value IS 46 (18.36% from 255) = 27.71%
R=21.08%
G=51.20%
B=27.71%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3585460.5900.460.67133.241.6723.53
Hex23552E3B02E43852a18
Octal4312556730561032055230
Binary1000111010101101110111011010111010000111000010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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