Html Css Color HEX #034531 British Racing Green

📋 copy color: '#034531'

red 3 ◦ green 69 ◦ blue 49

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

Shades of British Racing Green #034531

Tints of British Racing Green #034531

RGB

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

 GREEN value IS 69 (27.34% from 255) = 57.02%

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

R = 2.48%
G = 57.02%
B = 40.5%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#034531 (or 0x034531) is known color: British Racing Green. HEX triplet: 03, 45 and 31. RGB value is (3,69,49). Sum of RGB (Red+Green+Blue) = 3+69+49=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 69 (27.34% from 255 or 57.02% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 69 - color contains mainly: green. Hex color #034531 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034531 is #FCBACE. Grayscale: #2F2F2F. Windows color (decimal): -16562895 or 3228931. OLE color: 3228931.

HSL color Cylindrical-coordinate representation of color #034531: hue angle of 161.82º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034531 is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB 3 69 49 -
CMYK 0.96 0 0.29 0.73
HSL 161.82º 0.92% 0.14% -
HSV(B) 161.82º 0.96% 0.27% -
XYZ 2.72 4.5 3.63 -
YUV 46.99 129.13 96.63 -
System Red Green Blue C M Y K H S L
Decimal 3 69 49 0.96 0 0.29 0.73 161.82 0.92 0.14
Hex 3 45 31 60 0 1D 49 A2 5C E
Octal 3 105 61 140 0 35 111 242 134 16
Binary 11 1000101 110001 1100000 0 11101 1001001 10100010 1011100 1110

Color Harmonies of #034531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034531

Black with #034531

Text Example


Text Example

White with #034531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034531; }

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

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

background-color css

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

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

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

border-color css

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

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

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