#235238

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

Shades of Kaitoke Green #235238

Tints of Kaitoke Green #235238

Color information

#235238 (or 0x235238) is unknown color: approx Kaitoke Green. HEX triplet: 23, 52 and 38. RGB value is (35,82,56). Sum of RGB (Red+Green+Blue) = 35+82+56=173 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.23% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 56 (22.27% from 255 or 32.37% from 173); Max value from RGB is 82 - color contains mainly: green. Hex color #235238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235238 is #DCADC7. Grayscale: #414141. Windows color (decimal): -14462408 or 3691043. OLE color: 3691043.

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

Color convert

RGB358256-
CMYK0.5700.320.68
HSL146.81º40.17%22.94%-
HSV(B)146.81º57.32%32.16%-
XYZ4.426.684.8-
YUV64.98122.93106.61-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.23%
GREEN value IS 82 (32.42% from 255) = 47.40%
BLUE value IS 56 (22.27% from 255) = 32.37%
R=20.23%
G=47.40%
B=32.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3582560.5700.320.68146.8140.1722.94
Hex2352383902044932817
Octal4312270710401042235027
Binary1000111010010111000111001010000010001001001001110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235238; }

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

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

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

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

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

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

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

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