#235330

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

Shades of Kaitoke Green #235330

Tints of Kaitoke Green #235330

Color information

#235330 (or 0x235330) is unknown color: approx Kaitoke Green. HEX triplet: 23, 53 and 30. RGB value is (35,83,48). Sum of RGB (Red+Green+Blue) = 35+83+48=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 83 (32.81% from 255 or 50% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 83 - color contains mainly: green. Hex color #235330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235330 is #DCACCF. Grayscale: #404040. Windows color (decimal): -14462160 or 3167011. OLE color: 3167011.

HSL color Cylindrical-coordinate representation of color #235330: hue angle of 136.25º 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 #235330 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB358348-
CMYK0.5800.420.67
HSL136.25º40.68%23.14%-
HSV(B)136.25º57.83%32.55%-
XYZ4.326.763.87-
YUV64.66118.6106.85-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.08%
GREEN value IS 83 (32.81% from 255) = 50%
BLUE value IS 48 (19.14% from 255) = 28.92%
R=21.08%
G=50%
B=28.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3583480.5800.420.67136.2540.6823.14
Hex2353303A02A43882917
Octal4312360720521032105127
Binary1000111010011110000111010010101010000111000100010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235330; }

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

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

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

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

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

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

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

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