Html Css Color HEX #034E2A British Racing Green

📋 copy color: '#034E2A'

red 3 ◦ green 78 ◦ blue 42

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

Shades of British Racing Green #034E2A

Tints of British Racing Green #034E2A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 63.41%

 BLUE value IS 42 (16.8% from 255) = 34.15%

R = 2.44%
G = 63.41%
B = 34.15%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#034E2A (or 0x034E2A) is known color: British Racing Green. HEX triplet: 03, 4E and 2A. RGB value is (3,78,42). Sum of RGB (Red+Green+Blue) = 3+78+42=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 78 (30.86% from 255 or 63.41% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 78 - color contains mainly: green. Hex color #034E2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #034E2A is #FCB1D5. Grayscale: #333333. Windows color (decimal): -16560598 or 2772483. OLE color: 2772483.

HSL color Cylindrical-coordinate representation of color #034E2A: hue angle of 151.2º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034E2A is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB 3 78 42 -
CMYK 0.96 0 0.46 0.69
HSL 151.2º 0.93% 0.16% -
HSV(B) 151.2º 0.96% 0.31% -
XYZ 3.18 5.64 3.11 -
YUV 51.47 122.65 93.43 -
System Red Green Blue C M Y K H S L
Decimal 3 78 42 0.96 0 0.46 0.69 151.2 0.93 0.16
Hex 3 4E 2A 60 0 2E 45 97 5D 10
Octal 3 116 52 140 0 56 105 227 135 20
Binary 11 1001110 101010 1100000 0 101110 1000101 10010111 1011101 10000

Color Harmonies of #034E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034E2A

Black with #034E2A

Text Example


Text Example

White with #034E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,78,42); }

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

background-color css

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

 a { background-color: rgb(3,78,42); }

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

border-color css

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

 span { border-color: rgb(3,78,42); }

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