Html Css Color HEX #03431F British Racing Green

📋 copy color: '#03431F'

red 3 ◦ green 67 ◦ blue 31

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

Shades of British Racing Green #03431F

Tints of British Racing Green #03431F

RGB

 RED value IS 3 (1.56% from 255) = 2.97%

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

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

R = 2.97%
G = 66.34%
B = 30.69%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.54

 K value IS 0.74

RGB Variations

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

Color information

#03431F (or 0x03431F) is known color: British Racing Green. HEX triplet: 03, 43 and 1F. RGB value is (3,67,31). Sum of RGB (Red+Green+Blue) = 3+67+31=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 67 (26.56% from 255 or 66.34% from 101); Blue value is 31 (12.5% from 255 or 30.69% from 101); Max value from RGB is 67 - color contains mainly: green. Hex color #03431F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03431F is #FCBCE0. Grayscale: #2B2B2B. Windows color (decimal): -16563425 or 2048771. OLE color: 2048771.

HSL color Cylindrical-coordinate representation of color #03431F: hue angle of 146.25º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03431F is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.74.

Color convert

RGB 3 67 31 -
CMYK 0.96 0 0.54 0.74
HSL 146.25º 0.91% 0.14% -
HSV(B) 146.25º 0.96% 0.26% -
XYZ 2.29 4.13 1.97 -
YUV 43.76 120.8 98.93 -
System Red Green Blue C M Y K H S L
Decimal 3 67 31 0.96 0 0.54 0.74 146.25 0.91 0.14
Hex 3 43 1F 60 0 36 4A 92 5B E
Octal 3 103 37 140 0 66 112 222 133 16
Binary 11 1000011 11111 1100000 0 110110 1001010 10010010 1011011 1110

Color Harmonies of #03431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03431F

Black with #03431F

Text Example


Text Example

White with #03431F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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