#1E3630

Color #1E3630 Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Racing Green #1E3630

Tints of Racing Green #1E3630

Color information

#1E3630 (or 0x1E3630) is unknown color: approx Racing Green. HEX triplet: 1E, 36 and 30. RGB value is (30,54,48). Sum of RGB (Red+Green+Blue) = 30+54+48=132 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.73% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 54 - color contains mainly: green. Hex color #1E3630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3630 is #E1C9CF. Grayscale: #2E2E2E. Windows color (decimal): -14797264 or 3159582. OLE color: 3159582.

HSL color Cylindrical-coordinate representation of color #1E3630: hue angle of 165º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1E3630 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB305448-
CMYK0.4400.110.79
HSL165º28.57%16.47%-
HSV(B)165º44.44%21.18%-
XYZ2.393.133.27-
YUV46.14129.05116.49-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 22.73%
GREEN value IS 54 (21.48% from 255) = 40.91%
BLUE value IS 48 (19.14% from 255) = 36.36%
R=22.73%
G=40.91%
B=36.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3054480.4400.110.7916528.5716.47
Hex1E36302C0B4Fa51d10
Octal366660540131172453520
Binary11110110110110000101100010111001111101001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E3630; }

 p { color: rgb(30,54,48); }

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

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

 a { background-color: rgb(30,54,48); }

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

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

 span { border-color: rgb(30,54,48); }

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