Html Css Color HEX #114030 Sherwood Green

📋 copy color: '#114030'

red 17 ◦ green 64 ◦ blue 48

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

Shades of Sherwood Green #114030

Tints of Sherwood Green #114030

RGB

 RED value IS 17 (7.03% from 255) = 13.18%

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

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

R = 13.18%
G = 49.61%
B = 37.21%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#114030 (or 0x114030) is known color: Sherwood Green. HEX triplet: 11, 40 and 30. RGB value is (17,64,48). Sum of RGB (Red+Green+Blue) = 17+64+48=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 64 (25.39% from 255 or 49.61% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 64 - color contains mainly: green. Hex color #114030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114030 is #EEBFCF. Grayscale: #303030. Windows color (decimal): -15646672 or 3162129. OLE color: 3162129.

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

Color convert

RGB 17 64 48 -
CMYK 0.73 0 0.25 0.75
HSL 159.57º 0.58% 0.16% -
HSV(B) 159.57º 0.73% 0.25% -
XYZ 2.6 4 3.43 -
YUV 48.12 127.93 105.8 -
System Red Green Blue C M Y K H S L
Decimal 17 64 48 0.73 0 0.25 0.75 159.57 0.58 0.16
Hex 11 40 30 49 0 19 4B A0 3A 10
Octal 21 100 60 111 0 31 113 240 72 20
Binary 10001 1000000 110000 1001001 0 11001 1001011 10100000 111010 10000

Color Harmonies of #114030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114030

Black with #114030

Text Example


Text Example

White with #114030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114030; }

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

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

background-color css

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

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

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

border-color css

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

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

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