Html Css Color HEX #00751F Green

📋 copy color: '#00751F'

red 0 ◦ green 117 ◦ blue 31

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

Shades of Green #00751F

Tints of Green #00751F

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 31 (12.5% from 255) = 20.95%

R = 0%
G = 79.05%
B = 20.95%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#00751F (or 0x00751F) is known color: Green. HEX triplet: 00, 75 and 1F. RGB value is (0,117,31). Sum of RGB (Red+Green+Blue) = 0+117+31=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 117 (46.09% from 255 or 79.05% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 117 - color contains mainly: green. Hex color #00751F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00751F is #FF8AE0. Grayscale: #484848. Windows color (decimal): -16747233 or 2061568. OLE color: 2061568.

HSL color Cylindrical-coordinate representation of color #00751F: hue angle of 135.9º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00751F is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 117 31 -
CMYK 1 0 0.74 0.54
HSL 135.9º 1% 0.23% -
HSV(B) 135.9º 1% 0.46% -
XYZ 6.61 12.82 3.42 -
YUV 72.21 104.74 76.49 -
System Red Green Blue C M Y K H S L
Decimal 0 117 31 1 0 0.74 0.54 135.9 1 0.23
Hex 0 75 1F 64 0 4A 36 88 64 17
Octal 0 165 37 144 0 112 66 210 144 27
Binary 0 1110101 11111 1100100 0 1001010 110110 10001000 1100100 10111

Color Harmonies of #00751F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00751F

Black with #00751F

Text Example


Text Example

White with #00751F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00751F; }

 p { color: rgb(0,117,31); }

 H1.HeaderClassName
 {
   color: #00751F;
 }
 .AnyTagClassName
 {
   color: #00751F;
 }
</style>

background-color css

<style>
 a { background-color: #00751F; }

 a { background-color: rgb(0,117,31); }

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

border-color css

<style>
 span { border-color: #00751F; }

 span { border-color: rgb(0,117,31); }

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