Html Css Color HEX #07452E British Racing Green

📋 copy color: '#07452E'

red 7 ◦ green 69 ◦ blue 46

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

Shades of British Racing Green #07452E

Tints of British Racing Green #07452E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 56.56%

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

R = 5.74%
G = 56.56%
B = 37.7%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.33

 K value IS 0.73

RGB Variations

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

Color information

#07452E (or 0x07452E) is known color: British Racing Green. HEX triplet: 07, 45 and 2E. RGB value is (7,69,46). Sum of RGB (Red+Green+Blue) = 7+69+46=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 69 (27.34% from 255 or 56.56% from 122); Blue value is 46 (18.36% from 255 or 37.70% from 122); Max value from RGB is 69 - color contains mainly: green. Hex color #07452E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07452E is #F8BAD1. Grayscale: #2F2F2F. Windows color (decimal): -16300754 or 3032327. OLE color: 3032327.

HSL color Cylindrical-coordinate representation of color #07452E: hue angle of 157.74º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07452E is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 69 46 -
CMYK 0.90 0 0.33 0.73
HSL 157.74º 0.82% 0.15% -
HSV(B) 157.74º 0.9% 0.27% -
XYZ 2.71 4.5 3.31 -
YUV 47.84 126.96 98.87 -
System Red Green Blue C M Y K H S L
Decimal 7 69 46 0.90 0 0.33 0.73 157.74 0.82 0.15
Hex 7 45 2E 5A 0 21 49 9E 52 F
Octal 7 105 56 132 0 41 111 236 122 17
Binary 111 1000101 101110 1011010 0 100001 1001001 10011110 1010010 1111

Color Harmonies of #07452E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07452E

Black with #07452E

Text Example


Text Example

White with #07452E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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