#234D35

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

Shades of Kaitoke Green #234D35

Tints of Kaitoke Green #234D35

Color information

#234D35 (or 0x234D35) is unknown color: approx Kaitoke Green. HEX triplet: 23, 4D and 35. RGB value is (35,77,53). Sum of RGB (Red+Green+Blue) = 35+77+53=165 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.21% from 165); Green value is 77 (30.47% from 255 or 46.67% from 165); Blue value is 53 (21.09% from 255 or 32.12% from 165); Max value from RGB is 77 - color contains mainly: green. Hex color #234D35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234D35 is #DCB2CA. Grayscale: #3D3D3D. Windows color (decimal): -14463691 or 3493155. OLE color: 3493155.

HSL color Cylindrical-coordinate representation of color #234D35: hue angle of 145.71º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #234D35 is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.70.

Color convert

RGB357753-
CMYK0.5500.310.70
HSL145.71º37.5%21.96%-
HSV(B)145.71º54.55%30.2%-
XYZ3.995.924.3-
YUV61.71123.09108.95-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.21%
GREEN value IS 77 (30.47% from 255) = 46.67%
BLUE value IS 53 (21.09% from 255) = 32.12%
R=21.21%
G=46.67%
B=32.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3577530.5500.310.70145.7137.521.96
Hex234D353701F46922616
Octal4311565670371062224626
Binary100011100110111010111011101111110001101001001010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234D35; }

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

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

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

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

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

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

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

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