Html Css Color HEX #034B1D British Racing Green

📋 copy color: '#034B1D'

red 3 ◦ green 75 ◦ blue 29

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

Shades of British Racing Green #034B1D

Tints of British Racing Green #034B1D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 70.09%

 BLUE value IS 29 (11.72% from 255) = 27.1%

R = 2.8%
G = 70.09%
B = 27.1%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.61

 K value IS 0.71

RGB Variations

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

Color information

#034B1D (or 0x034B1D) is known color: British Racing Green. HEX triplet: 03, 4B and 1D. RGB value is (3,75,29). Sum of RGB (Red+Green+Blue) = 3+75+29=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 75 (29.69% from 255 or 70.09% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 75 - color contains mainly: green. Hex color #034B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034B1D is #FCB4E2. Grayscale: #303030. Windows color (decimal): -16561379 or 1919747. OLE color: 1919747.

HSL color Cylindrical-coordinate representation of color #034B1D: hue angle of 141.67º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034B1D is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 75 29 -
CMYK 0.96 0 0.61 0.71
HSL 141.67º 0.92% 0.15% -
HSV(B) 141.67º 0.96% 0.29% -
XYZ 2.78 5.14 2.01 -
YUV 48.23 117.15 95.74 -
System Red Green Blue C M Y K H S L
Decimal 3 75 29 0.96 0 0.61 0.71 141.67 0.92 0.15
Hex 3 4B 1D 60 0 3D 47 8E 5C F
Octal 3 113 35 140 0 75 107 216 134 17
Binary 11 1001011 11101 1100000 0 111101 1000111 10001110 1011100 1111

Color Harmonies of #034B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034B1D

Black with #034B1D

Text Example


Text Example

White with #034B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034B1D; }

 p { color: rgb(3,75,29); }

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

background-color css

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

 a { background-color: rgb(3,75,29); }

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

border-color css

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

 span { border-color: rgb(3,75,29); }

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