Html Css Color HEX #07251A Dark Green

📋 copy color: '#07251A'

red 7 ◦ green 37 ◦ blue 26

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

Shades of Dark Green #07251A

Tints of Dark Green #07251A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 37.14%

R = 10%
G = 52.86%
B = 37.14%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.30

 K value IS 0.85

RGB Variations

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

Color information

#07251A (or 0x07251A) is known color: Dark Green. HEX triplet: 07, 25 and 1A. RGB value is (7,37,26). Sum of RGB (Red+Green+Blue) = 7+37+26=70 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10% from 70); Green value is 37 (14.84% from 255 or 52.86% from 70); Blue value is 26 (10.55% from 255 or 37.14% from 70); Max value from RGB is 37 - color contains mainly: green. Hex color #07251A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07251A is #F8DAE5. Grayscale: #1A1A1A. Windows color (decimal): -16308966 or 1713415. OLE color: 1713415.

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

Color convert

RGB 7 37 26 -
CMYK 0.81 0 0.30 0.85
HSL 158º 0.68% 0.09% -
HSV(B) 158º 0.81% 0.15% -
XYZ 0.94 1.44 1.21 -
YUV 26.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 7 37 26 0.81 0 0.30 0.85 158 0.68 0.09
Hex 7 25 1A 51 0 1E 55 9E 44 9
Octal 7 45 32 121 0 36 125 236 104 11
Binary 111 100101 11010 1010001 0 11110 1010101 10011110 1000100 1001

Color Harmonies of #07251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07251A

Black with #07251A

Text Example


Text Example

White with #07251A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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