#235930

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

Shades of Kaitoke Green #235930

Tints of Kaitoke Green #235930

Color information

#235930 (or 0x235930) is unknown color: approx Kaitoke Green. HEX triplet: 23, 59 and 30. RGB value is (35,89,48). Sum of RGB (Red+Green+Blue) = 35+89+48=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 89 (35.16% from 255 or 51.74% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 89 - color contains mainly: green. Hex color #235930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235930 is #DCA6CF. Grayscale: #444444. Windows color (decimal): -14460624 or 3168547. OLE color: 3168547.

HSL color Cylindrical-coordinate representation of color #235930: hue angle of 134.44º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #235930 is Cyan = 0.61, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB358948-
CMYK0.6100.460.65
HSL134.44º43.55%24.31%-
HSV(B)134.44º60.67%34.9%-
XYZ4.87.724.03-
YUV68.18116.61104.33-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.35%
GREEN value IS 89 (35.16% from 255) = 51.74%
BLUE value IS 48 (19.14% from 255) = 27.91%
R=20.35%
G=51.74%
B=27.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3589480.6100.460.65134.4443.5524.31
Hex2359303D02E41862c18
Octal4313160750561012065430
Binary1000111011001110000111101010111010000011000011010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235930; }

 p { color: rgb(35,89,48); }

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

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

 a { background-color: rgb(35,89,48); }

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

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

 span { border-color: rgb(35,89,48); }

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