#234030

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

Shades of Everglade #234030

Tints of Everglade #234030

Color information

#234030 (or 0x234030) is unknown color: approx Everglade. HEX triplet: 23, 40 and 30. RGB value is (35,64,48). Sum of RGB (Red+Green+Blue) = 35+64+48=147 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.81% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #234030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234030 is #DCBFCF. Grayscale: #353535. Windows color (decimal): -14467024 or 3162147. OLE color: 3162147.

HSL color Cylindrical-coordinate representation of color #234030: hue angle of 146.9º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #234030 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB356448-
CMYK0.4500.250.75
HSL146.9º29.29%19.41%-
HSV(B)146.9º45.31%25.1%-
XYZ3.064.243.45-
YUV53.5124.89114.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.81%
GREEN value IS 64 (25.39% from 255) = 43.54%
BLUE value IS 48 (19.14% from 255) = 32.65%
R=23.81%
G=43.54%
B=32.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3564480.4500.250.75146.929.2919.41
Hex2340302D0194B931d13
Octal4310060550311132233523
Binary10001110000001100001011010110011001011100100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234030; }

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

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

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

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

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

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

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

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