Html Css Color HEX #1D3C33 Sherwood Green

📋 copy color: '#1D3C33'

red 29 ◦ green 60 ◦ blue 51

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

Shades of Sherwood Green #1D3C33

Tints of Sherwood Green #1D3C33

RGB

 RED value IS 29 (11.72% from 255) = 20.71%

 GREEN value IS 60 (23.83% from 255) = 42.86%

 BLUE value IS 51 (20.31% from 255) = 36.43%

R = 20.71%
G = 42.86%
B = 36.43%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.76

RGB Variations

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

Color information

#1D3C33 (or 0x1D3C33) is known color: Sherwood Green. HEX triplet: 1D, 3C and 33. RGB value is (29,60,51). Sum of RGB (Red+Green+Blue) = 29+60+51=140 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.71% from 140); Green value is 60 (23.83% from 255 or 42.86% from 140); Blue value is 51 (20.31% from 255 or 36.43% from 140); Max value from RGB is 60 - color contains mainly: green. Hex color #1D3C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3C33 is #E2C3CC. Grayscale: #313131. Windows color (decimal): -14861261 or 3357725. OLE color: 3357725.

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

Color convert

RGB 29 60 51 -
CMYK 0.52 0 0.15 0.76
HSL 162.58º 0.35% 0.17% -
HSV(B) 162.58º 0.52% 0.24% -
XYZ 2.72 3.73 3.71 -
YUV 49.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 29 60 51 0.52 0 0.15 0.76 162.58 0.35 0.17
Hex 1D 3C 33 34 0 F 4C A3 23 11
Octal 35 74 63 64 0 17 114 243 43 21
Binary 11101 111100 110011 110100 0 1111 1001100 10100011 100011 10001

Color Harmonies of #1D3C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3C33

Black with #1D3C33

Text Example


Text Example

White with #1D3C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,60,51); }

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

background-color css

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

 a { background-color: rgb(29,60,51); }

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

border-color css

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

 span { border-color: rgb(29,60,51); }

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