Html Css Color HEX #153C2E Sherwood Green

📋 copy color: '#153C2E'

red 21 ◦ green 60 ◦ blue 46

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

Shades of Sherwood Green #153C2E

Tints of Sherwood Green #153C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 36.22%

R = 16.54%
G = 47.24%
B = 36.22%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.23

 K value IS 0.76

RGB Variations

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

Color information

#153C2E (or 0x153C2E) is known color: Sherwood Green. HEX triplet: 15, 3C and 2E. RGB value is (21,60,46). Sum of RGB (Red+Green+Blue) = 21+60+46=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 60 (23.83% from 255 or 47.24% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 60 - color contains mainly: green. Hex color #153C2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153C2E is #EAC3D1. Grayscale: #2E2E2E. Windows color (decimal): -15385554 or 3030037. OLE color: 3030037.

HSL color Cylindrical-coordinate representation of color #153C2E: hue angle of 158.46º 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 #153C2E is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.

Color convert

RGB 21 60 46 -
CMYK 0.65 0 0.23 0.76
HSL 158.46º 0.48% 0.16% -
HSV(B) 158.46º 0.65% 0.24% -
XYZ 2.42 3.59 3.15 -
YUV 46.74 127.58 109.64 -
System Red Green Blue C M Y K H S L
Decimal 21 60 46 0.65 0 0.23 0.76 158.46 0.48 0.16
Hex 15 3C 2E 41 0 17 4C 9E 30 10
Octal 25 74 56 101 0 27 114 236 60 20
Binary 10101 111100 101110 1000001 0 10111 1001100 10011110 110000 10000

Color Harmonies of #153C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153C2E

Black with #153C2E

Text Example


Text Example

White with #153C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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