Html Css Color HEX #07441D British Racing Green

📋 copy color: '#07441D'

red 7 ◦ green 68 ◦ blue 29

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

Shades of British Racing Green #07441D

Tints of British Racing Green #07441D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 65.38%

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

R = 6.73%
G = 65.38%
B = 27.88%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.57

 K value IS 0.73

RGB Variations

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

Color information

#07441D (or 0x07441D) is known color: British Racing Green. HEX triplet: 07, 44 and 1D. RGB value is (7,68,29). Sum of RGB (Red+Green+Blue) = 7+68+29=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 68 (26.95% from 255 or 65.38% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 68 - color contains mainly: green. Hex color #07441D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07441D is #F8BBE2. Grayscale: #2D2D2D. Windows color (decimal): -16301027 or 1917959. OLE color: 1917959.

HSL color Cylindrical-coordinate representation of color #07441D: hue angle of 141.64º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07441D is Cyan = 0.90, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 68 29 -
CMYK 0.90 0 0.57 0.73
HSL 141.64º 0.81% 0.15% -
HSV(B) 141.64º 0.9% 0.27% -
XYZ 2.38 4.27 1.86 -
YUV 45.32 118.79 100.67 -
System Red Green Blue C M Y K H S L
Decimal 7 68 29 0.90 0 0.57 0.73 141.64 0.81 0.15
Hex 7 44 1D 5A 0 39 49 8E 51 F
Octal 7 104 35 132 0 71 111 216 121 17
Binary 111 1000100 11101 1011010 0 111001 1001001 10001110 1010001 1111

Color Harmonies of #07441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07441D

Black with #07441D

Text Example


Text Example

White with #07441D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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