#234F30

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

Shades of Kaitoke Green #234F30

Tints of Kaitoke Green #234F30

Color information

#234F30 (or 0x234F30) is unknown color: approx Kaitoke Green. HEX triplet: 23, 4F and 30. RGB value is (35,79,48). Sum of RGB (Red+Green+Blue) = 35+79+48=162 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.60% from 162); Green value is 79 (31.25% from 255 or 48.77% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 79 - color contains mainly: green. Hex color #234F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234F30 is #DCB0CF. Grayscale: #3E3E3E. Windows color (decimal): -14463184 or 3165987. OLE color: 3165987.

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

Color convert

RGB357948-
CMYK0.5600.390.69
HSL137.73º38.6%22.35%-
HSV(B)137.73º55.7%30.98%-
XYZ4.026.163.77-
YUV62.31119.92108.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.60%
GREEN value IS 79 (31.25% from 255) = 48.77%
BLUE value IS 48 (19.14% from 255) = 29.63%
R=21.60%
G=48.77%
B=29.63%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3579480.5600.390.69137.7338.622.35
Hex234F3038027458a2716
Octal4311760700471052124726
Binary1000111001111110000111000010011110001011000101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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