Html Css Color HEX #07412F British Racing Green

📋 copy color: '#07412F'

red 7 ◦ green 65 ◦ blue 47

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

Shades of British Racing Green #07412F

Tints of British Racing Green #07412F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 54.62%

 BLUE value IS 47 (18.75% from 255) = 39.5%

R = 5.88%
G = 54.62%
B = 39.5%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.28

 K value IS 0.75

RGB Variations

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

Color information

#07412F (or 0x07412F) is known color: British Racing Green. HEX triplet: 07, 41 and 2F. RGB value is (7,65,47). Sum of RGB (Red+Green+Blue) = 7+65+47=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 47 (18.75% from 255 or 39.50% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #07412F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07412F is #F8BED0. Grayscale: #2D2D2D. Windows color (decimal): -16301777 or 3096839. OLE color: 3096839.

HSL color Cylindrical-coordinate representation of color #07412F: hue angle of 161.38º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07412F is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 65 47 -
CMYK 0.89 0 0.28 0.75
HSL 161.38º 0.81% 0.14% -
HSV(B) 161.38º 0.89% 0.25% -
XYZ 2.49 4.03 3.34 -
YUV 45.61 128.78 100.46 -
System Red Green Blue C M Y K H S L
Decimal 7 65 47 0.89 0 0.28 0.75 161.38 0.81 0.14
Hex 7 41 2F 59 0 1C 4B A1 51 E
Octal 7 101 57 131 0 34 113 241 121 16
Binary 111 1000001 101111 1011001 0 11100 1001011 10100001 1010001 1110

Color Harmonies of #07412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07412F

Black with #07412F

Text Example


Text Example

White with #07412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07412F; }

 p { color: rgb(7,65,47); }

 H1.HeaderClassName
 {
   color: #07412F;
 }
 .AnyTagClassName
 {
   color: #07412F;
 }
</style>

background-color css

<style>
 a { background-color: #07412F; }

 a { background-color: rgb(7,65,47); }

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

border-color css

<style>
 span { border-color: #07412F; }

 span { border-color: rgb(7,65,47); }

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