Html Css Color HEX #034C1A British Racing Green

📋 copy color: '#034C1A'

red 3 ◦ green 76 ◦ blue 26

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

Shades of British Racing Green #034C1A

Tints of British Racing Green #034C1A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 72.38%

 BLUE value IS 26 (10.55% from 255) = 24.76%

R = 2.86%
G = 72.38%
B = 24.76%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.66

 K value IS 0.70

RGB Variations

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

Color information

#034C1A (or 0x034C1A) is known color: British Racing Green. HEX triplet: 03, 4C and 1A. RGB value is (3,76,26). Sum of RGB (Red+Green+Blue) = 3+76+26=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 76 (30.08% from 255 or 72.38% from 105); Blue value is 26 (10.55% from 255 or 24.76% from 105); Max value from RGB is 76 - color contains mainly: green. Hex color #034C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034C1A is #FCB3E5. Grayscale: #303030. Windows color (decimal): -16561126 or 1723395. OLE color: 1723395.

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

Color convert

RGB 3 76 26 -
CMYK 0.96 0 0.66 0.70
HSL 138.9º 0.92% 0.15% -
HSV(B) 138.9º 0.96% 0.3% -
XYZ 2.81 5.26 1.85 -
YUV 48.47 115.32 95.57 -
System Red Green Blue C M Y K H S L
Decimal 3 76 26 0.96 0 0.66 0.70 138.9 0.92 0.15
Hex 3 4C 1A 60 0 42 46 8B 5C F
Octal 3 114 32 140 0 102 106 213 134 17
Binary 11 1001100 11010 1100000 0 1000010 1000110 10001011 1011100 1111

Color Harmonies of #034C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034C1A

Black with #034C1A

Text Example


Text Example

White with #034C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,76,26); }

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

background-color css

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

 a { background-color: rgb(3,76,26); }

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

border-color css

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

 span { border-color: rgb(3,76,26); }

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