#234C2F

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

Shades of Kaitoke Green #234C2F

Tints of Kaitoke Green #234C2F

Color information

#234C2F (or 0x234C2F) is unknown color: approx Kaitoke Green. HEX triplet: 23, 4C and 2F. RGB value is (35,76,47). Sum of RGB (Red+Green+Blue) = 35+76+47=158 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.15% from 158); Green value is 76 (30.08% from 255 or 48.10% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 76 - color contains mainly: green. Hex color #234C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234C2F is #DCB3D0. Grayscale: #3C3C3C. Windows color (decimal): -14463953 or 3099683. OLE color: 3099683.

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

Color convert

RGB357647-
CMYK0.5400.380.70
HSL137.56º36.94%21.76%-
HSV(B)137.56º53.95%29.8%-
XYZ3.795.733.6-
YUV60.44120.42109.86-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.15%
GREEN value IS 76 (30.08% from 255) = 48.10%
BLUE value IS 47 (18.75% from 255) = 29.75%
R=22.15%
G=48.10%
B=29.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3576470.5400.380.70137.5636.9421.76
Hex234C2F36026468a2516
Octal4311457660461062124526
Binary1000111001100101111110110010011010001101000101010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,76,47); }

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

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

 a { background-color: rgb(35,76,47); }

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

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

 span { border-color: rgb(35,76,47); }

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