#23532D

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

Shades of Kaitoke Green #23532D

Tints of Kaitoke Green #23532D

Color information

#23532D (or 0x23532D) is unknown color: approx Kaitoke Green. HEX triplet: 23, 53 and 2D. RGB value is (35,83,45). Sum of RGB (Red+Green+Blue) = 35+83+45=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #23532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23532D is #DCACD2. Grayscale: #404040. Windows color (decimal): -14462163 or 2970403. OLE color: 2970403.

HSL color Cylindrical-coordinate representation of color #23532D: hue angle of 132.5º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #23532D is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB358345-
CMYK0.5800.460.67
HSL132.5º40.68%23.14%-
HSV(B)132.5º57.83%32.55%-
XYZ4.266.733.56-
YUV64.32117.1107.09-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.47%
GREEN value IS 83 (32.81% from 255) = 50.92%
BLUE value IS 45 (17.97% from 255) = 27.61%
R=21.47%
G=50.92%
B=27.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3583450.5800.460.67132.540.6823.14
Hex23532D3A02E43842917
Octal4312355720561032045127
Binary1000111010011101101111010010111010000111000010010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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