#23512E

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

Shades of Kaitoke Green #23512E

Tints of Kaitoke Green #23512E

Color information

#23512E (or 0x23512E) is unknown color: approx Kaitoke Green. HEX triplet: 23, 51 and 2E. RGB value is (35,81,46). Sum of RGB (Red+Green+Blue) = 35+81+46=162 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.60% from 162); Green value is 81 (32.03% from 255 or 50% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 81 - color contains mainly: green. Hex color #23512E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #23512E is #DCAED1. Grayscale: #3F3F3F. Windows color (decimal): -14462674 or 3035427. OLE color: 3035427.

HSL color Cylindrical-coordinate representation of color #23512E: hue angle of 134.35º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #23512E is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB358146-
CMYK0.5700.430.68
HSL134.35º39.66%22.75%-
HSV(B)134.35º56.79%31.76%-
XYZ4.136.443.61-
YUV63.26118.26107.85-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.60%
GREEN value IS 81 (32.03% from 255) = 50%
BLUE value IS 46 (18.36% from 255) = 28.40%
R=21.60%
G=50%
B=28.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3581460.5700.430.68134.3539.6622.75
Hex23512E3902B44862817
Octal4312156710531042065027
Binary1000111010001101110111001010101110001001000011010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23512E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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