Html Css Color HEX #163D2F Sherwood Green

📋 copy color: '#163D2F'

red 22 ◦ green 61 ◦ blue 47

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

Shades of Sherwood Green #163D2F

Tints of Sherwood Green #163D2F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 46.92%

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

R = 16.92%
G = 46.92%
B = 36.15%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.23

 K value IS 0.76

RGB Variations

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

Color information

#163D2F (or 0x163D2F) is known color: Sherwood Green. HEX triplet: 16, 3D and 2F. RGB value is (22,61,47). Sum of RGB (Red+Green+Blue) = 22+61+47=130 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.92% from 130); Green value is 61 (24.22% from 255 or 46.92% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 61 - color contains mainly: green. Hex color #163D2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163D2F is #E9C2D0. Grayscale: #2F2F2F. Windows color (decimal): -15319761 or 3095830. OLE color: 3095830.

HSL color Cylindrical-coordinate representation of color #163D2F: hue angle of 158.46º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #163D2F is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.

Color convert

RGB 22 61 47 -
CMYK 0.64 0 0.23 0.76
HSL 158.46º 0.47% 0.16% -
HSV(B) 158.46º 0.64% 0.24% -
XYZ 2.51 3.71 3.27 -
YUV 47.74 127.58 109.64 -
System Red Green Blue C M Y K H S L
Decimal 22 61 47 0.64 0 0.23 0.76 158.46 0.47 0.16
Hex 16 3D 2F 40 0 17 4C 9E 2F 10
Octal 26 75 57 100 0 27 114 236 57 20
Binary 10110 111101 101111 1000000 0 10111 1001100 10011110 101111 10000

Color Harmonies of #163D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163D2F

Black with #163D2F

Text Example


Text Example

White with #163D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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