Html Css Color HEX #153F30 Sherwood Green

📋 copy color: '#153F30'

red 21 ◦ green 63 ◦ blue 48

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

Shades of Sherwood Green #153F30

Tints of Sherwood Green #153F30

RGB

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

 GREEN value IS 63 (25% from 255) = 47.73%

 BLUE value IS 48 (19.14% from 255) = 36.36%

R = 15.91%
G = 47.73%
B = 36.36%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.24

 K value IS 0.75

RGB Variations

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

Color information

#153F30 (or 0x153F30) is known color: Sherwood Green. HEX triplet: 15, 3F and 30. RGB value is (21,63,48). Sum of RGB (Red+Green+Blue) = 21+63+48=132 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.91% from 132); Green value is 63 (25% from 255 or 47.73% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 63 - color contains mainly: green. Hex color #153F30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153F30 is #EAC0CF. Grayscale: #303030. Windows color (decimal): -15384784 or 3161877. OLE color: 3161877.

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

Color convert

RGB 21 63 48 -
CMYK 0.67 0 0.24 0.75
HSL 158.57º 0.5% 0.16% -
HSV(B) 158.57º 0.67% 0.25% -
XYZ 2.62 3.93 3.42 -
YUV 48.73 127.59 108.22 -
System Red Green Blue C M Y K H S L
Decimal 21 63 48 0.67 0 0.24 0.75 158.57 0.5 0.16
Hex 15 3F 30 43 0 18 4B 9F 32 10
Octal 25 77 60 103 0 30 113 237 62 20
Binary 10101 111111 110000 1000011 0 11000 1001011 10011111 110010 10000

Color Harmonies of #153F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153F30

Black with #153F30

Text Example


Text Example

White with #153F30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,63,48); }

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

background-color css

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

 a { background-color: rgb(21,63,48); }

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

border-color css

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

 span { border-color: rgb(21,63,48); }

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