Html Css Color HEX #153C2D Sherwood Green

📋 copy color: '#153C2D'

red 21 ◦ green 60 ◦ blue 45

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

Shades of Sherwood Green #153C2D

Tints of Sherwood Green #153C2D

RGB

 RED value IS 21 (8.59% from 255) = 16.67%

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

 BLUE value IS 45 (17.97% from 255) = 35.71%

R = 16.67%
G = 47.62%
B = 35.71%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.25

 K value IS 0.76

RGB Variations

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

Color information

#153C2D (or 0x153C2D) is known color: Sherwood Green. HEX triplet: 15, 3C and 2D. RGB value is (21,60,45). Sum of RGB (Red+Green+Blue) = 21+60+45=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 60 (23.83% from 255 or 47.62% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 60 - color contains mainly: green. Hex color #153C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153C2D is #EAC3D2. Grayscale: #2E2E2E. Windows color (decimal): -15385555 or 2964501. OLE color: 2964501.

HSL color Cylindrical-coordinate representation of color #153C2D: hue angle of 156.92º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #153C2D is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.

Color convert

RGB 21 60 45 -
CMYK 0.65 0 0.25 0.76
HSL 156.92º 0.48% 0.16% -
HSV(B) 156.92º 0.65% 0.24% -
XYZ 2.4 3.58 3.05 -
YUV 46.63 127.08 109.72 -
System Red Green Blue C M Y K H S L
Decimal 21 60 45 0.65 0 0.25 0.76 156.92 0.48 0.16
Hex 15 3C 2D 41 0 19 4C 9D 30 10
Octal 25 74 55 101 0 31 114 235 60 20
Binary 10101 111100 101101 1000001 0 11001 1001100 10011101 110000 10000

Color Harmonies of #153C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153C2D

Black with #153C2D

Text Example


Text Example

White with #153C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153C2D; }

 p { color: rgb(21,60,45); }

 H1.HeaderClassName
 {
   color: #153C2D;
 }
 .AnyTagClassName
 {
   color: #153C2D;
 }
</style>

background-color css

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

 a { background-color: rgb(21,60,45); }

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

border-color css

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

 span { border-color: rgb(21,60,45); }

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