Html Css Color HEX #07472C British Racing Green

📋 copy color: '#07472C'

red 7 ◦ green 71 ◦ blue 44

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

Shades of British Racing Green #07472C

Tints of British Racing Green #07472C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 58.2%

 BLUE value IS 44 (17.58% from 255) = 36.07%

R = 5.74%
G = 58.2%
B = 36.07%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#07472C (or 0x07472C) is known color: British Racing Green. HEX triplet: 07, 47 and 2C. RGB value is (7,71,44). Sum of RGB (Red+Green+Blue) = 7+71+44=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 71 (28.12% from 255 or 58.20% from 122); Blue value is 44 (17.58% from 255 or 36.07% from 122); Max value from RGB is 71 - color contains mainly: green. Hex color #07472C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07472C is #F8B8D3. Grayscale: #303030. Windows color (decimal): -16300244 or 2901767. OLE color: 2901767.

HSL color Cylindrical-coordinate representation of color #07472C: hue angle of 154.69º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07472C is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 71 44 -
CMYK 0.90 0 0.38 0.72
HSL 154.69º 0.82% 0.15% -
HSV(B) 154.69º 0.9% 0.28% -
XYZ 2.8 4.73 3.15 -
YUV 48.79 125.3 98.2 -
System Red Green Blue C M Y K H S L
Decimal 7 71 44 0.90 0 0.38 0.72 154.69 0.82 0.15
Hex 7 47 2C 5A 0 26 48 9B 52 F
Octal 7 107 54 132 0 46 110 233 122 17
Binary 111 1000111 101100 1011010 0 100110 1001000 10011011 1010010 1111

Color Harmonies of #07472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07472C

Black with #07472C

Text Example


Text Example

White with #07472C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07472C; }

 p { color: rgb(7,71,44); }

 H1.HeaderClassName
 {
   color: #07472C;
 }
 .AnyTagClassName
 {
   color: #07472C;
 }
</style>

background-color css

<style>
 a { background-color: #07472C; }

 a { background-color: rgb(7,71,44); }

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

border-color css

<style>
 span { border-color: #07472C; }

 span { border-color: rgb(7,71,44); }

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