Html Css Color HEX #03431D British Racing Green

📋 copy color: '#03431D'

red 3 ◦ green 67 ◦ blue 29

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

Shades of British Racing Green #03431D

Tints of British Racing Green #03431D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 29.29%

R = 3.03%
G = 67.68%
B = 29.29%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.57

 K value IS 0.74

RGB Variations

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

Color information

#03431D (or 0x03431D) is known color: British Racing Green. HEX triplet: 03, 43 and 1D. RGB value is (3,67,29). Sum of RGB (Red+Green+Blue) = 3+67+29=99 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3.03% from 99); Green value is 67 (26.56% from 255 or 67.68% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 67 - color contains mainly: green. Hex color #03431D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03431D is #FCBCE2. Grayscale: #2B2B2B. Windows color (decimal): -16563427 or 1917699. OLE color: 1917699.

HSL color Cylindrical-coordinate representation of color #03431D: hue angle of 144.38º 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 #03431D is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.74.

Color convert

RGB 3 67 29 -
CMYK 0.96 0 0.57 0.74
HSL 144.38º 0.91% 0.14% -
HSV(B) 144.38º 0.96% 0.26% -
XYZ 2.27 4.12 1.84 -
YUV 43.53 119.8 99.09 -
System Red Green Blue C M Y K H S L
Decimal 3 67 29 0.96 0 0.57 0.74 144.38 0.91 0.14
Hex 3 43 1D 60 0 39 4A 90 5B E
Octal 3 103 35 140 0 71 112 220 133 16
Binary 11 1000011 11101 1100000 0 111001 1001010 10010000 1011011 1110

Color Harmonies of #03431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03431D

Black with #03431D

Text Example


Text Example

White with #03431D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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