#235335

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

Shades of Kaitoke Green #235335

Tints of Kaitoke Green #235335

Color information

#235335 (or 0x235335) is unknown color: approx Kaitoke Green. HEX triplet: 23, 53 and 35. RGB value is (35,83,53). Sum of RGB (Red+Green+Blue) = 35+83+53=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 83 (32.81% from 255 or 48.54% from 171); Blue value is 53 (21.09% from 255 or 30.99% from 171); Max value from RGB is 83 - color contains mainly: green. Hex color #235335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235335 is #DCACCA. Grayscale: #414141. Windows color (decimal): -14462155 or 3494691. OLE color: 3494691.

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

Color convert

RGB358353-
CMYK0.5800.360.67
HSL142.5º40.68%23.14%-
HSV(B)142.5º57.83%32.55%-
XYZ4.436.84.45-
YUV65.23121.1106.44-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.47%
GREEN value IS 83 (32.81% from 255) = 48.54%
BLUE value IS 53 (21.09% from 255) = 30.99%
R=20.47%
G=48.54%
B=30.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3583530.5800.360.67142.540.6823.14
Hex2353353A024438e2917
Octal4312365720441032165127
Binary1000111010011110101111010010010010000111000111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #235335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #235335; }

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

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

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

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

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

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

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

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