Html Css Color HEX #07251D Dark Green

📋 copy color: '#07251D'

red 7 ◦ green 37 ◦ blue 29

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

Shades of Dark Green #07251D

Tints of Dark Green #07251D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 39.73%

R = 9.59%
G = 50.68%
B = 39.73%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.22

 K value IS 0.85

RGB Variations

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

Color information

#07251D (or 0x07251D) is known color: Dark Green. HEX triplet: 07, 25 and 1D. RGB value is (7,37,29). Sum of RGB (Red+Green+Blue) = 7+37+29=73 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.59% from 73); Green value is 37 (14.84% from 255 or 50.68% from 73); Blue value is 29 (11.72% from 255 or 39.73% from 73); Max value from RGB is 37 - color contains mainly: green. Hex color #07251D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07251D is #F8DAE2. Grayscale: #1B1B1B. Windows color (decimal): -16308963 or 1910023. OLE color: 1910023.

HSL color Cylindrical-coordinate representation of color #07251D: hue angle of 164º 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 #07251D is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.85.

Color convert

RGB 7 37 29 -
CMYK 0.81 0 0.22 0.85
HSL 164º 0.68% 0.09% -
HSV(B) 164º 0.81% 0.15% -
XYZ 0.97 1.46 1.39 -
YUV 27.12 129.06 113.65 -
System Red Green Blue C M Y K H S L
Decimal 7 37 29 0.81 0 0.22 0.85 164 0.68 0.09
Hex 7 25 1D 51 0 16 55 A4 44 9
Octal 7 45 35 121 0 26 125 244 104 11
Binary 111 100101 11101 1010001 0 10110 1010101 10100100 1000100 1001

Color Harmonies of #07251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07251D

Black with #07251D

Text Example


Text Example

White with #07251D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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