Html Css Color HEX #163F2F Sherwood Green

📋 copy color: '#163F2F'

red 22 ◦ green 63 ◦ blue 47

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

Shades of Sherwood Green #163F2F

Tints of Sherwood Green #163F2F

RGB

 RED value IS 22 (8.98% from 255) = 16.67%

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

 BLUE value IS 47 (18.75% from 255) = 35.61%

R = 16.67%
G = 47.73%
B = 35.61%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#163F2F (or 0x163F2F) is known color: Sherwood Green. HEX triplet: 16, 3F and 2F. RGB value is (22,63,47). Sum of RGB (Red+Green+Blue) = 22+63+47=132 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.67% from 132); Green value is 63 (25% from 255 or 47.73% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 63 - color contains mainly: green. Hex color #163F2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163F2F is #E9C0D0. Grayscale: #303030. Windows color (decimal): -15319249 or 3096342. OLE color: 3096342.

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

Color convert

RGB 22 63 47 -
CMYK 0.65 0 0.25 0.75
HSL 156.59º 0.48% 0.17% -
HSV(B) 156.59º 0.65% 0.25% -
XYZ 2.62 3.93 3.31 -
YUV 48.92 126.92 108.8 -
System Red Green Blue C M Y K H S L
Decimal 22 63 47 0.65 0 0.25 0.75 156.59 0.48 0.17
Hex 16 3F 2F 41 0 19 4B 9D 30 11
Octal 26 77 57 101 0 31 113 235 60 21
Binary 10110 111111 101111 1000001 0 11001 1001011 10011101 110000 10001

Color Harmonies of #163F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163F2F

Black with #163F2F

Text Example


Text Example

White with #163F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163F2F; }

 p { color: rgb(22,63,47); }

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

background-color css

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

 a { background-color: rgb(22,63,47); }

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

border-color css

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

 span { border-color: rgb(22,63,47); }

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