Html Css Color HEX #07472B British Racing Green

📋 copy color: '#07472B'

red 7 ◦ green 71 ◦ blue 43

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

Shades of British Racing Green #07472B

Tints of British Racing Green #07472B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 35.54%

R = 5.79%
G = 58.68%
B = 35.54%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#07472B (or 0x07472B) is known color: British Racing Green. HEX triplet: 07, 47 and 2B. RGB value is (7,71,43). Sum of RGB (Red+Green+Blue) = 7+71+43=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 71 (28.12% from 255 or 58.68% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 71 - color contains mainly: green. Hex color #07472B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07472B is #F8B8D4. Grayscale: #303030. Windows color (decimal): -16300245 or 2836231. OLE color: 2836231.

HSL color Cylindrical-coordinate representation of color #07472B: hue angle of 153.75º 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 #07472B is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 71 43 -
CMYK 0.90 0 0.39 0.72
HSL 153.75º 0.82% 0.15% -
HSV(B) 153.75º 0.9% 0.28% -
XYZ 2.78 4.73 3.05 -
YUV 48.67 124.8 98.28 -
System Red Green Blue C M Y K H S L
Decimal 7 71 43 0.90 0 0.39 0.72 153.75 0.82 0.15
Hex 7 47 2B 5A 0 27 48 9A 52 F
Octal 7 107 53 132 0 47 110 232 122 17
Binary 111 1000111 101011 1011010 0 100111 1001000 10011010 1010010 1111

Color Harmonies of #07472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07472B

Black with #07472B

Text Example


Text Example

White with #07472B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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