Html Css Color HEX #07251F Dark Green

📋 copy color: '#07251F'

red 7 ◦ green 37 ◦ blue 31

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

Shades of Dark Green #07251F

Tints of Dark Green #07251F

RGB

 RED value IS 7 (3.13% from 255) = 9.33%

 GREEN value IS 37 (14.84% from 255) = 49.33%

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

R = 9.33%
G = 49.33%
B = 41.33%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.16

 K value IS 0.85

RGB Variations

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

Color information

#07251F (or 0x07251F) is known color: Dark Green. HEX triplet: 07, 25 and 1F. RGB value is (7,37,31). Sum of RGB (Red+Green+Blue) = 7+37+31=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 37 (14.84% from 255 or 49.33% from 75); Blue value is 31 (12.5% from 255 or 41.33% from 75); Max value from RGB is 37 - color contains mainly: green. Hex color #07251F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07251F is #F8DAE0. Grayscale: #1B1B1B. Windows color (decimal): -16308961 or 2041095. OLE color: 2041095.

HSL color Cylindrical-coordinate representation of color #07251F: hue angle of 168º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #07251F is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.85.

Color convert

RGB 7 37 31 -
CMYK 0.81 0 0.16 0.85
HSL 168º 0.68% 0.09% -
HSV(B) 168º 0.81% 0.15% -
XYZ 1 1.47 1.53 -
YUV 27.35 130.06 113.49 -
System Red Green Blue C M Y K H S L
Decimal 7 37 31 0.81 0 0.16 0.85 168 0.68 0.09
Hex 7 25 1F 51 0 10 55 A8 44 9
Octal 7 45 37 121 0 20 125 250 104 11
Binary 111 100101 11111 1010001 0 10000 1010101 10101000 1000100 1001

Color Harmonies of #07251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07251F

Black with #07251F

Text Example


Text Example

White with #07251F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,37,31); }

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

background-color css

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

 a { background-color: rgb(7,37,31); }

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

border-color css

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

 span { border-color: rgb(7,37,31); }

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