Html Css Color HEX #034831 British Racing Green

📋 copy color: '#034831'

red 3 ◦ green 72 ◦ blue 49

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

Shades of British Racing Green #034831

Tints of British Racing Green #034831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 58.06%

 BLUE value IS 49 (19.53% from 255) = 39.52%

R = 2.42%
G = 58.06%
B = 39.52%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#034831 (or 0x034831) is known color: British Racing Green. HEX triplet: 03, 48 and 31. RGB value is (3,72,49). Sum of RGB (Red+Green+Blue) = 3+72+49=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 72 (28.52% from 255 or 58.06% from 124); Blue value is 49 (19.53% from 255 or 39.52% from 124); Max value from RGB is 72 - color contains mainly: green. Hex color #034831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034831 is #FCB7CE. Grayscale: #303030. Windows color (decimal): -16562127 or 3229699. OLE color: 3229699.

HSL color Cylindrical-coordinate representation of color #034831: hue angle of 160º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034831 is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 72 49 -
CMYK 0.96 0 0.32 0.72
HSL 160º 0.92% 0.15% -
HSV(B) 160º 0.96% 0.28% -
XYZ 2.91 4.88 3.69 -
YUV 48.75 128.14 95.37 -
System Red Green Blue C M Y K H S L
Decimal 3 72 49 0.96 0 0.32 0.72 160 0.92 0.15
Hex 3 48 31 60 0 20 48 A0 5C F
Octal 3 110 61 140 0 40 110 240 134 17
Binary 11 1001000 110001 1100000 0 100000 1001000 10100000 1011100 1111

Color Harmonies of #034831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034831

Black with #034831

Text Example


Text Example

White with #034831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034831; }

 p { color: rgb(3,72,49); }

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

background-color css

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

 a { background-color: rgb(3,72,49); }

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

border-color css

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

 span { border-color: rgb(3,72,49); }

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