Html Css Color HEX #037D0D Green

📋 copy color: '#037D0D'

red 3 ◦ green 125 ◦ blue 13

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

Shades of Green #037D0D

Tints of Green #037D0D

RGB

 RED value IS 3 (1.56% from 255) = 2.13%

 GREEN value IS 125 (49.22% from 255) = 88.65%

 BLUE value IS 13 (5.47% from 255) = 9.22%

R = 2.13%
G = 88.65%
B = 9.22%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#037D0D (or 0x037D0D) is known color: Green. HEX triplet: 03, 7D and 0D. RGB value is (3,125,13). Sum of RGB (Red+Green+Blue) = 3+125+13=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 125 (49.22% from 255 or 88.65% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 125 - color contains mainly: green. Hex color #037D0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037D0D is #FC82F2. Grayscale: #4C4C4C. Windows color (decimal): -16548595 or 883971. OLE color: 883971.

HSL color Cylindrical-coordinate representation of color #037D0D: hue angle of 124.92º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037D0D is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 125 13 -
CMYK 0.98 0 0.90 0.51
HSL 124.92º 0.95% 0.25% -
HSV(B) 124.92º 0.98% 0.49% -
XYZ 7.44 14.72 2.83 -
YUV 75.75 92.58 76.11 -
System Red Green Blue C M Y K H S L
Decimal 3 125 13 0.98 0 0.90 0.51 124.92 0.95 0.25
Hex 3 7D D 62 0 5A 33 7D 5F 19
Octal 3 175 15 142 0 132 63 175 137 31
Binary 11 1111101 1101 1100010 0 1011010 110011 1111101 1011111 11001

Color Harmonies of #037D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #037D0D

Black with #037D0D

Text Example


Text Example

White with #037D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #037D0D; }

 p { color: rgb(3,125,13); }

 H1.HeaderClassName
 {
   color: #037D0D;
 }
 .AnyTagClassName
 {
   color: #037D0D;
 }
</style>

background-color css

<style>
 a { background-color: #037D0D; }

 a { background-color: rgb(3,125,13); }

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

border-color css

<style>
 span { border-color: #037D0D; }

 span { border-color: rgb(3,125,13); }

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