Html Css Color HEX #07412E British Racing Green

📋 copy color: '#07412E'

red 7 ◦ green 65 ◦ blue 46

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

Shades of British Racing Green #07412E

Tints of British Racing Green #07412E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 38.98%

R = 5.93%
G = 55.08%
B = 38.98%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.29

 K value IS 0.75

RGB Variations

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

Color information

#07412E (or 0x07412E) is known color: British Racing Green. HEX triplet: 07, 41 and 2E. RGB value is (7,65,46). Sum of RGB (Red+Green+Blue) = 7+65+46=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 65 (25.78% from 255 or 55.08% from 118); Blue value is 46 (18.36% from 255 or 38.98% from 118); Max value from RGB is 65 - color contains mainly: green. Hex color #07412E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07412E is #F8BED1. Grayscale: #2D2D2D. Windows color (decimal): -16301778 or 3031303. OLE color: 3031303.

HSL color Cylindrical-coordinate representation of color #07412E: hue angle of 160.34º 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 #07412E is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 65 46 -
CMYK 0.89 0 0.29 0.75
HSL 160.34º 0.81% 0.14% -
HSV(B) 160.34º 0.89% 0.25% -
XYZ 2.47 4.02 3.23 -
YUV 45.49 128.28 100.54 -
System Red Green Blue C M Y K H S L
Decimal 7 65 46 0.89 0 0.29 0.75 160.34 0.81 0.14
Hex 7 41 2E 59 0 1D 4B A0 51 E
Octal 7 101 56 131 0 35 113 240 121 16
Binary 111 1000001 101110 1011001 0 11101 1001011 10100000 1010001 1110

Color Harmonies of #07412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07412E

Black with #07412E

Text Example


Text Example

White with #07412E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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