Html Css Color HEX #1E4234 Sherwood Green

📋 copy color: '#1E4234'

red 30 ◦ green 66 ◦ blue 52

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

Shades of Sherwood Green #1E4234

Tints of Sherwood Green #1E4234

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44.59%

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

R = 20.27%
G = 44.59%
B = 35.14%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#1E4234 (or 0x1E4234) is known color: Sherwood Green. HEX triplet: 1E, 42 and 34. RGB value is (30,66,52). Sum of RGB (Red+Green+Blue) = 30+66+52=148 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.27% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 52 (20.70% from 255 or 35.14% from 148); Max value from RGB is 66 - color contains mainly: green. Hex color #1E4234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4234 is #E1BDCB. Grayscale: #353535. Windows color (decimal): -14794188 or 3424798. OLE color: 3424798.

HSL color Cylindrical-coordinate representation of color #1E4234: hue angle of 156.67º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1E4234 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB 30 66 52 -
CMYK 0.55 0 0.21 0.74
HSL 156.67º 0.38% 0.19% -
HSV(B) 156.67º 0.55% 0.26% -
XYZ 3.1 4.42 3.94 -
YUV 53.64 127.07 111.14 -
System Red Green Blue C M Y K H S L
Decimal 30 66 52 0.55 0 0.21 0.74 156.67 0.38 0.19
Hex 1E 42 34 37 0 15 4A 9D 26 13
Octal 36 102 64 67 0 25 112 235 46 23
Binary 11110 1000010 110100 110111 0 10101 1001010 10011101 100110 10011

Color Harmonies of #1E4234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4234

Black with #1E4234

Text Example


Text Example

White with #1E4234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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