#234F38

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

Shades of Kaitoke Green #234F38

Tints of Kaitoke Green #234F38

Color information

#234F38 (or 0x234F38) is unknown color: approx Kaitoke Green. HEX triplet: 23, 4F and 38. RGB value is (35,79,56). Sum of RGB (Red+Green+Blue) = 35+79+56=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 79 (31.25% from 255 or 46.47% from 170); Blue value is 56 (22.27% from 255 or 32.94% from 170); Max value from RGB is 79 - color contains mainly: green. Hex color #234F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234F38 is #DCB0C7. Grayscale: #3F3F3F. Windows color (decimal): -14463176 or 3690275. OLE color: 3690275.

HSL color Cylindrical-coordinate representation of color #234F38: hue angle of 148.64º 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 #234F38 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB357956-
CMYK0.5600.290.69
HSL148.64º38.6%22.35%-
HSV(B)148.64º55.7%30.98%-
XYZ4.26.234.72-
YUV63.22123.92107.87-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.59%
GREEN value IS 79 (31.25% from 255) = 46.47%
BLUE value IS 56 (22.27% from 255) = 32.94%
R=20.59%
G=46.47%
B=32.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3579560.5600.290.69148.6438.622.35
Hex234F383801D45952716
Octal4311770700351052254726
Binary100011100111111100011100001110110001011001010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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