Html Css Color HEX #1E3D34 Sherwood Green

📋 copy color: '#1E3D34'

red 30 ◦ green 61 ◦ blue 52

#1E3D34
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherwood Green #1E3D34

Tints of Sherwood Green #1E3D34

RGB

 RED value IS 30 (12.11% from 255) = 20.98%

 GREEN value IS 61 (24.22% from 255) = 42.66%

 BLUE value IS 52 (20.7% from 255) = 36.36%

R = 20.98%
G = 42.66%
B = 36.36%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.76

RGB Variations

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

Color information

#1E3D34 (or 0x1E3D34) is known color: Sherwood Green. HEX triplet: 1E, 3D and 34. RGB value is (30,61,52). Sum of RGB (Red+Green+Blue) = 30+61+52=143 (18% of max value = 765). Red value is 30 (12.11% from 255 or 20.98% from 143); Green value is 61 (24.22% from 255 or 42.66% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 61 - color contains mainly: green. Hex color #1E3D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3D34 is #E1C2CB. Grayscale: #323232. Windows color (decimal): -14795468 or 3423518. OLE color: 3423518.

HSL color Cylindrical-coordinate representation of color #1E3D34: hue angle of 162.58º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1E3D34 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.

Color convert

RGB 30 61 52 -
CMYK 0.51 0 0.15 0.76
HSL 162.58º 0.34% 0.18% -
HSV(B) 162.58º 0.51% 0.24% -
XYZ 2.82 3.86 3.85 -
YUV 50.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 30 61 52 0.51 0 0.15 0.76 162.58 0.34 0.18
Hex 1E 3D 34 33 0 F 4C A3 22 12
Octal 36 75 64 63 0 17 114 243 42 22
Binary 11110 111101 110100 110011 0 1111 1001100 10100011 100010 10010

Color Harmonies of #1E3D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3D34

Black with #1E3D34

Text Example


Text Example

White with #1E3D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,61,52); }

 H1.HeaderClassName
 {
   color: #1E3D34;
 }
 .AnyTagClassName
 {
   color: #1E3D34;
 }
</style>

background-color css

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

 a { background-color: rgb(30,61,52); }

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

border-color css

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

 span { border-color: rgb(30,61,52); }

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