Html Css Color HEX #0D7F33 Dark Spring Green

📋 copy color: '#0D7F33'

red 13 ◦ green 127 ◦ blue 51

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

Shades of Dark Spring Green #0D7F33

Tints of Dark Spring Green #0D7F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 26.7%

R = 6.81%
G = 66.49%
B = 26.7%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#0D7F33 (or 0x0D7F33) is known color: Dark Spring Green. HEX triplet: 0D, 7F and 33. RGB value is (13,127,51). Sum of RGB (Red+Green+Blue) = 13+127+51=191 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.81% from 191); Green value is 127 (50% from 255 or 66.49% from 191); Blue value is 51 (20.31% from 255 or 26.70% from 191); Max value from RGB is 127 - color contains mainly: green. Hex color #0D7F33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7F33 is #F280CC. Grayscale: #545454. Windows color (decimal): -15892685 or 3374861. OLE color: 3374861.

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

Color convert

RGB 13 127 51 -
CMYK 0.90 0 0.60 0.50
HSL 140º 0.81% 0.27% -
HSV(B) 140º 0.9% 0.5% -
XYZ 8.35 15.5 5.68 -
YUV 84.25 109.23 77.18 -
System Red Green Blue C M Y K H S L
Decimal 13 127 51 0.90 0 0.60 0.50 140 0.81 0.27
Hex D 7F 33 5A 0 3C 32 8C 51 1B
Octal 15 177 63 132 0 74 62 214 121 33
Binary 1101 1111111 110011 1011010 0 111100 110010 10001100 1010001 11011

Color Harmonies of #0D7F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7F33

Black with #0D7F33

Text Example


Text Example

White with #0D7F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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