Html Css Color HEX #0D422F Sherwood Green

📋 copy color: '#0D422F'

red 13 ◦ green 66 ◦ blue 47

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

Shades of Sherwood Green #0D422F

Tints of Sherwood Green #0D422F

RGB

 RED value IS 13 (5.47% from 255) = 10.32%

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

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

R = 10.32%
G = 52.38%
B = 37.3%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.29

 K value IS 0.74

RGB Variations

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

Color information

#0D422F (or 0x0D422F) is known color: Sherwood Green. HEX triplet: 0D, 42 and 2F. RGB value is (13,66,47). Sum of RGB (Red+Green+Blue) = 13+66+47=126 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.32% from 126); Green value is 66 (26.17% from 255 or 52.38% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 66 - color contains mainly: green. Hex color #0D422F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D422F is #F2BDD0. Grayscale: #303030. Windows color (decimal): -15908305 or 3097101. OLE color: 3097101.

HSL color Cylindrical-coordinate representation of color #0D422F: hue angle of 158.49º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D422F is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB 13 66 47 -
CMYK 0.80 0 0.29 0.74
HSL 158.49º 0.67% 0.15% -
HSV(B) 158.49º 0.8% 0.26% -
XYZ 2.63 4.19 3.36 -
YUV 47.99 127.44 103.04 -
System Red Green Blue C M Y K H S L
Decimal 13 66 47 0.80 0 0.29 0.74 158.49 0.67 0.15
Hex D 42 2F 50 0 1D 4A 9E 43 F
Octal 15 102 57 120 0 35 112 236 103 17
Binary 1101 1000010 101111 1010000 0 11101 1001010 10011110 1000011 1111

Color Harmonies of #0D422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D422F

Black with #0D422F

Text Example


Text Example

White with #0D422F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D422F; }

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

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

background-color css

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

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

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

border-color css

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

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

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