Html Css Color HEX #03431B British Racing Green

📋 copy color: '#03431B'

red 3 ◦ green 67 ◦ blue 27

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

Shades of British Racing Green #03431B

Tints of British Racing Green #03431B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 27.84%

R = 3.09%
G = 69.07%
B = 27.84%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.60

 K value IS 0.74

RGB Variations

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

Color information

#03431B (or 0x03431B) is known color: British Racing Green. HEX triplet: 03, 43 and 1B. RGB value is (3,67,27). Sum of RGB (Red+Green+Blue) = 3+67+27=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 67 (26.56% from 255 or 69.07% from 97); Blue value is 27 (10.94% from 255 or 27.84% from 97); Max value from RGB is 67 - color contains mainly: green. Hex color #03431B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03431B is #FCBCE4. Grayscale: #2B2B2B. Windows color (decimal): -16563429 or 1786627. OLE color: 1786627.

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

Color convert

RGB 3 67 27 -
CMYK 0.96 0 0.60 0.74
HSL 142.5º 0.91% 0.14% -
HSV(B) 142.5º 0.96% 0.26% -
XYZ 2.24 4.11 1.71 -
YUV 43.3 118.8 99.25 -
System Red Green Blue C M Y K H S L
Decimal 3 67 27 0.96 0 0.60 0.74 142.5 0.91 0.14
Hex 3 43 1B 60 0 3C 4A 8E 5B E
Octal 3 103 33 140 0 74 112 216 133 16
Binary 11 1000011 11011 1100000 0 111100 1001010 10001110 1011011 1110

Color Harmonies of #03431B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03431B

Black with #03431B

Text Example


Text Example

White with #03431B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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