Html Css Color HEX #03750A Green

📋 copy color: '#03750A'

red 3 ◦ green 117 ◦ blue 10

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

Shades of Green #03750A

Tints of Green #03750A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 90%

 BLUE value IS 10 (4.3% from 255) = 7.69%

R = 2.31%
G = 90%
B = 7.69%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#03750A (or 0x03750A) is known color: Green. HEX triplet: 03, 75 and 0A. RGB value is (3,117,10). Sum of RGB (Red+Green+Blue) = 3+117+10=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 117 (46.09% from 255 or 90% from 130); Blue value is 10 (4.30% from 255 or 7.69% from 130); Max value from RGB is 117 - color contains mainly: green. Hex color #03750A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03750A is #FC8AF5. Grayscale: #474747. Windows color (decimal): -16550646 or 685315. OLE color: 685315.

HSL color Cylindrical-coordinate representation of color #03750A: hue angle of 123.68º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03750A is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 117 10 -
CMYK 0.97 0 0.91 0.54
HSL 123.68º 0.95% 0.24% -
HSV(B) 123.68º 0.97% 0.46% -
XYZ 6.45 12.76 2.41 -
YUV 70.72 93.73 79.7 -
System Red Green Blue C M Y K H S L
Decimal 3 117 10 0.97 0 0.91 0.54 123.68 0.95 0.24
Hex 3 75 A 61 0 5B 36 7C 5F 18
Octal 3 165 12 141 0 133 66 174 137 30
Binary 11 1110101 1010 1100001 0 1011011 110110 1111100 1011111 11000

Color Harmonies of #03750A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03750A

Black with #03750A

Text Example


Text Example

White with #03750A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03750A; }

 p { color: rgb(3,117,10); }

 H1.HeaderClassName
 {
   color: #03750A;
 }
 .AnyTagClassName
 {
   color: #03750A;
 }
</style>

background-color css

<style>
 a { background-color: #03750A; }

 a { background-color: rgb(3,117,10); }

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

border-color css

<style>
 span { border-color: #03750A; }

 span { border-color: rgb(3,117,10); }

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