Html Css Color HEX #07261A Dark Green

📋 copy color: '#07261A'

red 7 ◦ green 38 ◦ blue 26

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

Shades of Dark Green #07261A

Tints of Dark Green #07261A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 53.52%

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

R = 9.86%
G = 53.52%
B = 36.62%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.32

 K value IS 0.85

RGB Variations

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

Color information

#07261A (or 0x07261A) is known color: Dark Green. HEX triplet: 07, 26 and 1A. RGB value is (7,38,26). Sum of RGB (Red+Green+Blue) = 7+38+26=71 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.86% from 71); Green value is 38 (15.23% from 255 or 53.52% from 71); Blue value is 26 (10.55% from 255 or 36.62% from 71); Max value from RGB is 38 - color contains mainly: green. Hex color #07261A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07261A is #F8D9E5. Grayscale: #1B1B1B. Windows color (decimal): -16308710 or 1713671. OLE color: 1713671.

HSL color Cylindrical-coordinate representation of color #07261A: hue angle of 156.77º degrees, saturation: 0.69, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #07261A is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.85.

Color convert

RGB 7 38 26 -
CMYK 0.82 0 0.32 0.85
HSL 156.77º 0.69% 0.09% -
HSV(B) 156.77º 0.82% 0.15% -
XYZ 0.97 1.51 1.22 -
YUV 27.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 7 38 26 0.82 0 0.32 0.85 156.77 0.69 0.09
Hex 7 26 1A 52 0 20 55 9D 45 9
Octal 7 46 32 122 0 40 125 235 105 11
Binary 111 100110 11010 1010010 0 100000 1010101 10011101 1000101 1001

Color Harmonies of #07261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07261A

Black with #07261A

Text Example


Text Example

White with #07261A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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