Html Css Color HEX #154030 Sherwood Green

📋 copy color: '#154030'

red 21 ◦ green 64 ◦ blue 48

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

Shades of Sherwood Green #154030

Tints of Sherwood Green #154030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 48.12%

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

R = 15.79%
G = 48.12%
B = 36.09%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#154030 (or 0x154030) is known color: Sherwood Green. HEX triplet: 15, 40 and 30. RGB value is (21,64,48). Sum of RGB (Red+Green+Blue) = 21+64+48=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 64 (25.39% from 255 or 48.12% from 133); Blue value is 48 (19.14% from 255 or 36.09% from 133); Max value from RGB is 64 - color contains mainly: green. Hex color #154030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154030 is #EABFCF. Grayscale: #313131. Windows color (decimal): -15384528 or 3162133. OLE color: 3162133.

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

Color convert

RGB 21 64 48 -
CMYK 0.67 0 0.25 0.75
HSL 157.67º 0.51% 0.17% -
HSV(B) 157.67º 0.67% 0.25% -
XYZ 2.68 4.04 3.43 -
YUV 49.32 127.25 107.8 -
System Red Green Blue C M Y K H S L
Decimal 21 64 48 0.67 0 0.25 0.75 157.67 0.51 0.17
Hex 15 40 30 43 0 19 4B 9E 33 11
Octal 25 100 60 103 0 31 113 236 63 21
Binary 10101 1000000 110000 1000011 0 11001 1001011 10011110 110011 10001

Color Harmonies of #154030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #154030

Black with #154030

Text Example


Text Example

White with #154030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #154030; }

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

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

background-color css

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

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

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

border-color css

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

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

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