#234230

Color #234230 Everglade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Everglade #234230

Tints of Everglade #234230

Color information

#234230 (or 0x234230) is unknown color: approx Everglade. HEX triplet: 23, 42 and 30. RGB value is (35,66,48). Sum of RGB (Red+Green+Blue) = 35+66+48=149 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.49% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 66 - color contains mainly: green. Hex color #234230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234230 is #DCBDCF. Grayscale: #363636. Windows color (decimal): -14466512 or 3162659. OLE color: 3162659.

HSL color Cylindrical-coordinate representation of color #234230: hue angle of 145.16º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #234230 is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB356648-
CMYK0.4700.270.74
HSL145.16º30.69%19.8%-
HSV(B)145.16º46.97%25.88%-
XYZ3.174.473.49-
YUV54.68124.23113.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.49%
GREEN value IS 66 (26.17% from 255) = 44.30%
BLUE value IS 48 (19.14% from 255) = 32.21%
R=23.49%
G=44.30%
B=32.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3566480.4700.270.74145.1630.6919.8
Hex2342302F01B4A911f14
Octal4310260570331122213724
Binary10001110000101100001011110110111001010100100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234230; }

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

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

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

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

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

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

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

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