Html Css Color HEX #03431C British Racing Green

📋 copy color: '#03431C'

red 3 ◦ green 67 ◦ blue 28

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

Shades of British Racing Green #03431C

Tints of British Racing Green #03431C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 28.57%

R = 3.06%
G = 68.37%
B = 28.57%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.58

 K value IS 0.74

RGB Variations

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

Color information

#03431C (or 0x03431C) is known color: British Racing Green. HEX triplet: 03, 43 and 1C. RGB value is (3,67,28). Sum of RGB (Red+Green+Blue) = 3+67+28=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 67 (26.56% from 255 or 68.37% from 98); Blue value is 28 (11.33% from 255 or 28.57% from 98); Max value from RGB is 67 - color contains mainly: green. Hex color #03431C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03431C is #FCBCE3. Grayscale: #2B2B2B. Windows color (decimal): -16563428 or 1852163. OLE color: 1852163.

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

Color convert

RGB 3 67 28 -
CMYK 0.96 0 0.58 0.74
HSL 143.44º 0.91% 0.14% -
HSV(B) 143.44º 0.96% 0.26% -
XYZ 2.25 4.12 1.77 -
YUV 43.42 119.3 99.17 -
System Red Green Blue C M Y K H S L
Decimal 3 67 28 0.96 0 0.58 0.74 143.44 0.91 0.14
Hex 3 43 1C 60 0 3A 4A 8F 5B E
Octal 3 103 34 140 0 72 112 217 133 16
Binary 11 1000011 11100 1100000 0 111010 1001010 10001111 1011011 1110

Color Harmonies of #03431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03431C

Black with #03431C

Text Example


Text Example

White with #03431C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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