Html Css Color HEX #034032 British Racing Green

📋 copy color: '#034032'

red 3 ◦ green 64 ◦ blue 50

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

Shades of British Racing Green #034032

Tints of British Racing Green #034032

RGB

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

 GREEN value IS 64 (25.39% from 255) = 54.7%

 BLUE value IS 50 (19.92% from 255) = 42.74%

R = 2.56%
G = 54.7%
B = 42.74%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#034032 (or 0x034032) is known color: British Racing Green. HEX triplet: 03, 40 and 32. RGB value is (3,64,50). Sum of RGB (Red+Green+Blue) = 3+64+50=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 50 (19.92% from 255 or 42.74% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #034032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034032 is #FCBFCD. Grayscale: #2C2C2C. Windows color (decimal): -16564174 or 3293187. OLE color: 3293187.

HSL color Cylindrical-coordinate representation of color #034032: hue angle of 166.23º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #034032 is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 3 64 50 -
CMYK 0.95 0 0.22 0.75
HSL 166.23º 0.91% 0.13% -
HSV(B) 166.23º 0.95% 0.25% -
XYZ 2.45 3.92 3.64 -
YUV 44.17 131.29 98.64 -
System Red Green Blue C M Y K H S L
Decimal 3 64 50 0.95 0 0.22 0.75 166.23 0.91 0.13
Hex 3 40 32 5F 0 16 4B A6 5B D
Octal 3 100 62 137 0 26 113 246 133 15
Binary 11 1000000 110010 1011111 0 10110 1001011 10100110 1011011 1101

Color Harmonies of #034032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034032

Black with #034032

Text Example


Text Example

White with #034032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034032; }

 p { color: rgb(3,64,50); }

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

background-color css

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

 a { background-color: rgb(3,64,50); }

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

border-color css

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

 span { border-color: rgb(3,64,50); }

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