#235231

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

Shades of Kaitoke Green #235231

Tints of Kaitoke Green #235231

Color information

#235231 (or 0x235231) is unknown color: approx Kaitoke Green. HEX triplet: 23, 52 and 31. RGB value is (35,82,49). Sum of RGB (Red+Green+Blue) = 35+82+49=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 82 (32.42% from 255 or 49.40% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 82 - color contains mainly: green. Hex color #235231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235231 is #DCADCE. Grayscale: #404040. Windows color (decimal): -14462415 or 3232291. OLE color: 3232291.

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

Color convert

RGB358249-
CMYK0.5700.400.68
HSL137.87º40.17%22.94%-
HSV(B)137.87º57.32%32.16%-
XYZ4.266.613.96-
YUV64.18119.43107.18-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.08%
GREEN value IS 82 (32.42% from 255) = 49.40%
BLUE value IS 49 (19.53% from 255) = 29.52%
R=21.08%
G=49.40%
B=29.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3582490.5700.400.68137.8740.1722.94
Hex23523139028448a2817
Octal4312261710501042125027
Binary1000111010010110001111001010100010001001000101010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235231; }

 p { color: rgb(35,82,49); }

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

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

 a { background-color: rgb(35,82,49); }

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

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

 span { border-color: rgb(35,82,49); }

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