Html Css Color HEX #07431F British Racing Green

📋 copy color: '#07431F'

red 7 ◦ green 67 ◦ blue 31

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

Shades of British Racing Green #07431F

Tints of British Racing Green #07431F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 63.81%

 BLUE value IS 31 (12.5% from 255) = 29.52%

R = 6.67%
G = 63.81%
B = 29.52%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.54

 K value IS 0.74

RGB Variations

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

Color information

#07431F (or 0x07431F) is known color: British Racing Green. HEX triplet: 07, 43 and 1F. RGB value is (7,67,31). Sum of RGB (Red+Green+Blue) = 7+67+31=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 67 (26.56% from 255 or 63.81% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 67 - color contains mainly: green. Hex color #07431F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07431F is #F8BCE0. Grayscale: #2D2D2D. Windows color (decimal): -16301281 or 2048775. OLE color: 2048775.

HSL color Cylindrical-coordinate representation of color #07431F: hue angle of 144º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07431F is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.74.

Color convert

RGB 7 67 31 -
CMYK 0.90 0 0.54 0.74
HSL 144º 0.81% 0.15% -
HSV(B) 144º 0.9% 0.26% -
XYZ 2.34 4.16 1.98 -
YUV 44.96 120.12 100.93 -
System Red Green Blue C M Y K H S L
Decimal 7 67 31 0.90 0 0.54 0.74 144 0.81 0.15
Hex 7 43 1F 5A 0 36 4A 90 51 F
Octal 7 103 37 132 0 66 112 220 121 17
Binary 111 1000011 11111 1011010 0 110110 1001010 10010000 1010001 1111

Color Harmonies of #07431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07431F

Black with #07431F

Text Example


Text Example

White with #07431F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,67,31); }

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

background-color css

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

 a { background-color: rgb(7,67,31); }

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

border-color css

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

 span { border-color: rgb(7,67,31); }

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