Html Css Color HEX #07452B British Racing Green

📋 copy color: '#07452B'

red 7 ◦ green 69 ◦ blue 43

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

Shades of British Racing Green #07452B

Tints of British Racing Green #07452B

RGB

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

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

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

R = 5.88%
G = 57.98%
B = 36.13%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.38

 K value IS 0.73

RGB Variations

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

Color information

#07452B (or 0x07452B) is known color: British Racing Green. HEX triplet: 07, 45 and 2B. RGB value is (7,69,43). Sum of RGB (Red+Green+Blue) = 7+69+43=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 69 (27.34% from 255 or 57.98% from 119); Blue value is 43 (17.19% from 255 or 36.13% from 119); Max value from RGB is 69 - color contains mainly: green. Hex color #07452B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07452B is #F8BAD4. Grayscale: #2F2F2F. Windows color (decimal): -16300757 or 2835719. OLE color: 2835719.

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

Color convert

RGB 7 69 43 -
CMYK 0.90 0 0.38 0.73
HSL 154.84º 0.82% 0.15% -
HSV(B) 154.84º 0.9% 0.27% -
XYZ 2.65 4.48 3.01 -
YUV 47.5 125.46 99.11 -
System Red Green Blue C M Y K H S L
Decimal 7 69 43 0.90 0 0.38 0.73 154.84 0.82 0.15
Hex 7 45 2B 5A 0 26 49 9B 52 F
Octal 7 105 53 132 0 46 111 233 122 17
Binary 111 1000101 101011 1011010 0 100110 1001001 10011011 1010010 1111

Color Harmonies of #07452B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07452B

Black with #07452B

Text Example


Text Example

White with #07452B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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