Html Css Color HEX #10422F Sherwood Green

📋 copy color: '#10422F'

red 16 ◦ green 66 ◦ blue 47

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

Shades of Sherwood Green #10422F

Tints of Sherwood Green #10422F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 51.16%

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

R = 12.4%
G = 51.16%
B = 36.43%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.29

 K value IS 0.74

RGB Variations

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

Color information

#10422F (or 0x10422F) is known color: Sherwood Green. HEX triplet: 10, 42 and 2F. RGB value is (16,66,47). Sum of RGB (Red+Green+Blue) = 16+66+47=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 66 (26.17% from 255 or 51.16% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 66 - color contains mainly: green. Hex color #10422F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10422F is #EFBDD0. Grayscale: #303030. Windows color (decimal): -15711697 or 3097104. OLE color: 3097104.

HSL color Cylindrical-coordinate representation of color #10422F: hue angle of 157.2º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #10422F is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB 16 66 47 -
CMYK 0.76 0 0.29 0.74
HSL 157.2º 0.61% 0.16% -
HSV(B) 157.2º 0.76% 0.26% -
XYZ 2.67 4.21 3.36 -
YUV 48.88 126.94 104.54 -
System Red Green Blue C M Y K H S L
Decimal 16 66 47 0.76 0 0.29 0.74 157.2 0.61 0.16
Hex 10 42 2F 4C 0 1D 4A 9D 3D 10
Octal 20 102 57 114 0 35 112 235 75 20
Binary 10000 1000010 101111 1001100 0 11101 1001010 10011101 111101 10000

Color Harmonies of #10422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10422F

Black with #10422F

Text Example


Text Example

White with #10422F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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