Html Css Color HEX #0D7F22 Forest Green

📋 copy color: '#0D7F22'

red 13 ◦ green 127 ◦ blue 34

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

Shades of Forest Green #0D7F22

Tints of Forest Green #0D7F22

RGB

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

 GREEN value IS 127 (50% from 255) = 72.99%

 BLUE value IS 34 (13.67% from 255) = 19.54%

R = 7.47%
G = 72.99%
B = 19.54%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#0D7F22 (or 0x0D7F22) is known color: Forest Green. HEX triplet: 0D, 7F and 22. RGB value is (13,127,34). Sum of RGB (Red+Green+Blue) = 13+127+34=174 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.47% from 174); Green value is 127 (50% from 255 or 72.99% from 174); Blue value is 34 (13.67% from 255 or 19.54% from 174); Max value from RGB is 127 - color contains mainly: green. Hex color #0D7F22 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7F22 is #F280DD. Grayscale: #525252. Windows color (decimal): -15892702 or 2260749. OLE color: 2260749.

HSL color Cylindrical-coordinate representation of color #0D7F22: hue angle of 131.05º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D7F22 is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB 13 127 34 -
CMYK 0.90 0 0.73 0.50
HSL 131.05º 0.81% 0.27% -
HSV(B) 131.05º 0.9% 0.5% -
XYZ 8.04 15.38 4.06 -
YUV 82.31 100.73 78.56 -
System Red Green Blue C M Y K H S L
Decimal 13 127 34 0.90 0 0.73 0.50 131.05 0.81 0.27
Hex D 7F 22 5A 0 49 32 83 51 1B
Octal 15 177 42 132 0 111 62 203 121 33
Binary 1101 1111111 100010 1011010 0 1001001 110010 10000011 1010001 11011

Color Harmonies of #0D7F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7F22

Black with #0D7F22

Text Example


Text Example

White with #0D7F22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,127,34); }

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

background-color css

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

 a { background-color: rgb(13,127,34); }

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

border-color css

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

 span { border-color: rgb(13,127,34); }

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