Html Css Color HEX #0D7F28 Forest Green

📋 copy color: '#0D7F28'

red 13 ◦ green 127 ◦ blue 40

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

Shades of Forest Green #0D7F28

Tints of Forest Green #0D7F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.22%

R = 7.22%
G = 70.56%
B = 22.22%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#0D7F28 (or 0x0D7F28) is known color: Forest Green. HEX triplet: 0D, 7F and 28. RGB value is (13,127,40). Sum of RGB (Red+Green+Blue) = 13+127+40=180 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.22% from 180); Green value is 127 (50% from 255 or 70.56% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 127 - color contains mainly: green. Hex color #0D7F28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7F28 is #F280D7. Grayscale: #535353. Windows color (decimal): -15892696 or 2653965. OLE color: 2653965.

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

Color convert

RGB 13 127 40 -
CMYK 0.90 0 0.69 0.50
HSL 134.21º 0.81% 0.27% -
HSV(B) 134.21º 0.9% 0.5% -
XYZ 8.14 15.42 4.55 -
YUV 83 103.73 78.07 -
System Red Green Blue C M Y K H S L
Decimal 13 127 40 0.90 0 0.69 0.50 134.21 0.81 0.27
Hex D 7F 28 5A 0 45 32 86 51 1B
Octal 15 177 50 132 0 105 62 206 121 33
Binary 1101 1111111 101000 1011010 0 1000101 110010 10000110 1010001 11011

Color Harmonies of #0D7F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7F28

Black with #0D7F28

Text Example


Text Example

White with #0D7F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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