Html Css Color HEX #07442D British Racing Green

📋 copy color: '#07442D'

red 7 ◦ green 68 ◦ blue 45

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

Shades of British Racing Green #07442D

Tints of British Racing Green #07442D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 37.5%

R = 5.83%
G = 56.67%
B = 37.5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#07442D (or 0x07442D) is known color: British Racing Green. HEX triplet: 07, 44 and 2D. RGB value is (7,68,45). Sum of RGB (Red+Green+Blue) = 7+68+45=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 68 (26.95% from 255 or 56.67% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 68 - color contains mainly: green. Hex color #07442D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07442D is #F8BBD2. Grayscale: #2F2F2F. Windows color (decimal): -16301011 or 2966535. OLE color: 2966535.

HSL color Cylindrical-coordinate representation of color #07442D: hue angle of 157.38º 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 #07442D is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 68 45 -
CMYK 0.90 0 0.34 0.73
HSL 157.38º 0.81% 0.15% -
HSV(B) 157.38º 0.9% 0.27% -
XYZ 2.63 4.37 3.19 -
YUV 47.14 126.79 99.37 -
System Red Green Blue C M Y K H S L
Decimal 7 68 45 0.90 0 0.34 0.73 157.38 0.81 0.15
Hex 7 44 2D 5A 0 22 49 9D 51 F
Octal 7 104 55 132 0 42 111 235 121 17
Binary 111 1000100 101101 1011010 0 100010 1001001 10011101 1010001 1111

Color Harmonies of #07442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07442D

Black with #07442D

Text Example


Text Example

White with #07442D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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