#234F35

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

Shades of Kaitoke Green #234F35

Tints of Kaitoke Green #234F35

Color information

#234F35 (or 0x234F35) is unknown color: approx Kaitoke Green. HEX triplet: 23, 4F and 35. RGB value is (35,79,53). Sum of RGB (Red+Green+Blue) = 35+79+53=167 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.96% from 167); Green value is 79 (31.25% from 255 or 47.31% from 167); Blue value is 53 (21.09% from 255 or 31.74% from 167); Max value from RGB is 79 - color contains mainly: green. Hex color #234F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234F35 is #DCB0CA. Grayscale: #3E3E3E. Windows color (decimal): -14463179 or 3493667. OLE color: 3493667.

HSL color Cylindrical-coordinate representation of color #234F35: hue angle of 144.55º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #234F35 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB357953-
CMYK0.5600.330.69
HSL144.55º38.6%22.35%-
HSV(B)144.55º55.7%30.98%-
XYZ4.136.214.35-
YUV62.88122.42108.11-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.96%
GREEN value IS 79 (31.25% from 255) = 47.31%
BLUE value IS 53 (21.09% from 255) = 31.74%
R=20.96%
G=47.31%
B=31.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3579530.5600.330.69144.5538.622.35
Hex234F353802145912716
Octal4311765700411052214726
Binary1000111001111110101111000010000110001011001000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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