Html Css Color HEX #10412F Sherwood Green

📋 copy color: '#10412F'

red 16 ◦ green 65 ◦ blue 47

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

Shades of Sherwood Green #10412F

Tints of Sherwood Green #10412F

RGB

 RED value IS 16 (6.64% from 255) = 12.5%

 GREEN value IS 65 (25.78% from 255) = 50.78%

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

R = 12.5%
G = 50.78%
B = 36.72%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#10412F (or 0x10412F) is known color: Sherwood Green. HEX triplet: 10, 41 and 2F. RGB value is (16,65,47). Sum of RGB (Red+Green+Blue) = 16+65+47=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #10412F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10412F is #EFBED0. Grayscale: #303030. Windows color (decimal): -15711953 or 3096848. OLE color: 3096848.

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

Color convert

RGB 16 65 47 -
CMYK 0.75 0 0.28 0.75
HSL 157.96º 0.6% 0.16% -
HSV(B) 157.96º 0.75% 0.25% -
XYZ 2.62 4.1 3.34 -
YUV 48.3 127.27 104.96 -
System Red Green Blue C M Y K H S L
Decimal 16 65 47 0.75 0 0.28 0.75 157.96 0.6 0.16
Hex 10 41 2F 4B 0 1C 4B 9E 3C 10
Octal 20 101 57 113 0 34 113 236 74 20
Binary 10000 1000001 101111 1001011 0 11100 1001011 10011110 111100 10000

Color Harmonies of #10412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10412F

Black with #10412F

Text Example


Text Example

White with #10412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10412F; }

 p { color: rgb(16,65,47); }

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

background-color css

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

 a { background-color: rgb(16,65,47); }

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

border-color css

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

 span { border-color: rgb(16,65,47); }

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