Html Css Color HEX #07251E Dark Green

📋 copy color: '#07251E'

red 7 ◦ green 37 ◦ blue 30

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

Shades of Dark Green #07251E

Tints of Dark Green #07251E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 40.54%

R = 9.46%
G = 50%
B = 40.54%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.19

 K value IS 0.85

RGB Variations

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

Color information

#07251E (or 0x07251E) is known color: Dark Green. HEX triplet: 07, 25 and 1E. RGB value is (7,37,30). Sum of RGB (Red+Green+Blue) = 7+37+30=74 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.46% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 30 (12.11% from 255 or 40.54% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #07251E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07251E is #F8DAE1. Grayscale: #1B1B1B. Windows color (decimal): -16308962 or 1975559. OLE color: 1975559.

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

Color convert

RGB 7 37 30 -
CMYK 0.81 0 0.19 0.85
HSL 166º 0.68% 0.09% -
HSV(B) 166º 0.81% 0.15% -
XYZ 0.98 1.46 1.46 -
YUV 27.23 129.56 113.57 -
System Red Green Blue C M Y K H S L
Decimal 7 37 30 0.81 0 0.19 0.85 166 0.68 0.09
Hex 7 25 1E 51 0 13 55 A6 44 9
Octal 7 45 36 121 0 23 125 246 104 11
Binary 111 100101 11110 1010001 0 10011 1010101 10100110 1000100 1001

Color Harmonies of #07251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07251E

Black with #07251E

Text Example


Text Example

White with #07251E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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