Html Css Color HEX #03431E British Racing Green

📋 copy color: '#03431E'

red 3 ◦ green 67 ◦ blue 30

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

Shades of British Racing Green #03431E

Tints of British Racing Green #03431E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 30%

R = 3%
G = 67%
B = 30%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#03431E (or 0x03431E) is known color: British Racing Green. HEX triplet: 03, 43 and 1E. RGB value is (3,67,30). Sum of RGB (Red+Green+Blue) = 3+67+30=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 67 (26.56% from 255 or 67% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 67 - color contains mainly: green. Hex color #03431E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03431E is #FCBCE1. Grayscale: #2B2B2B. Windows color (decimal): -16563426 or 1983235. OLE color: 1983235.

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

Color convert

RGB 3 67 30 -
CMYK 0.96 0 0.55 0.74
HSL 145.31º 0.91% 0.14% -
HSV(B) 145.31º 0.96% 0.26% -
XYZ 2.28 4.13 1.9 -
YUV 43.65 120.3 99.01 -
System Red Green Blue C M Y K H S L
Decimal 3 67 30 0.96 0 0.55 0.74 145.31 0.91 0.14
Hex 3 43 1E 60 0 37 4A 91 5B E
Octal 3 103 36 140 0 67 112 221 133 16
Binary 11 1000011 11110 1100000 0 110111 1001010 10010001 1011011 1110

Color Harmonies of #03431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03431E

Black with #03431E

Text Example


Text Example

White with #03431E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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