Html Css Color HEX #0D7F21 Forest Green

📋 copy color: '#0D7F21'

red 13 ◦ green 127 ◦ blue 33

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

Shades of Forest Green #0D7F21

Tints of Forest Green #0D7F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 19.08%

R = 7.51%
G = 73.41%
B = 19.08%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.74

 K value IS 0.50

RGB Variations

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

Color information

#0D7F21 (or 0x0D7F21) is known color: Forest Green. HEX triplet: 0D, 7F and 21. RGB value is (13,127,33). Sum of RGB (Red+Green+Blue) = 13+127+33=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 127 (50% from 255 or 73.41% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 127 - color contains mainly: green. Hex color #0D7F21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7F21 is #F280DE. Grayscale: #525252. Windows color (decimal): -15892703 or 2195213. OLE color: 2195213.

HSL color Cylindrical-coordinate representation of color #0D7F21: hue angle of 130.53º 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 #0D7F21 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.50.

Color convert

RGB 13 127 33 -
CMYK 0.90 0 0.74 0.50
HSL 130.53º 0.81% 0.27% -
HSV(B) 130.53º 0.9% 0.5% -
XYZ 8.03 15.37 3.98 -
YUV 82.2 100.23 78.64 -
System Red Green Blue C M Y K H S L
Decimal 13 127 33 0.90 0 0.74 0.50 130.53 0.81 0.27
Hex D 7F 21 5A 0 4A 32 83 51 1B
Octal 15 177 41 132 0 112 62 203 121 33
Binary 1101 1111111 100001 1011010 0 1001010 110010 10000011 1010001 11011

Color Harmonies of #0D7F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7F21

Black with #0D7F21

Text Example


Text Example

White with #0D7F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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