Html Css Color HEX #07402C British Racing Green

📋 copy color: '#07402C'

red 7 ◦ green 64 ◦ blue 44

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

Shades of British Racing Green #07402C

Tints of British Racing Green #07402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 55.65%

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

R = 6.09%
G = 55.65%
B = 38.26%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#07402C (or 0x07402C) is known color: British Racing Green. HEX triplet: 07, 40 and 2C. RGB value is (7,64,44). Sum of RGB (Red+Green+Blue) = 7+64+44=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #07402C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07402C is #F8BFD3. Grayscale: #2C2C2C. Windows color (decimal): -16302036 or 2899975. OLE color: 2899975.

HSL color Cylindrical-coordinate representation of color #07402C: hue angle of 158.95º degrees, saturation: 0.8, 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 #07402C is Cyan = 0.89, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 64 44 -
CMYK 0.89 0 0.31 0.75
HSL 158.95º 0.8% 0.14% -
HSV(B) 158.95º 0.89% 0.25% -
XYZ 2.38 3.89 3.01 -
YUV 44.68 127.62 101.13 -
System Red Green Blue C M Y K H S L
Decimal 7 64 44 0.89 0 0.31 0.75 158.95 0.8 0.14
Hex 7 40 2C 59 0 1F 4B 9F 50 E
Octal 7 100 54 131 0 37 113 237 120 16
Binary 111 1000000 101100 1011001 0 11111 1001011 10011111 1010000 1110

Color Harmonies of #07402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07402C

Black with #07402C

Text Example


Text Example

White with #07402C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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