Html Css Color HEX #034735 British Racing Green

📋 copy color: '#034735'

red 3 ◦ green 71 ◦ blue 53

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

Shades of British Racing Green #034735

Tints of British Racing Green #034735

RGB

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

 GREEN value IS 71 (28.13% from 255) = 55.91%

 BLUE value IS 53 (21.09% from 255) = 41.73%

R = 2.36%
G = 55.91%
B = 41.73%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#034735 (or 0x034735) is known color: British Racing Green. HEX triplet: 03, 47 and 35. RGB value is (3,71,53). Sum of RGB (Red+Green+Blue) = 3+71+53=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 71 (28.12% from 255 or 55.91% from 127); Blue value is 53 (21.09% from 255 or 41.73% from 127); Max value from RGB is 71 - color contains mainly: green. Hex color #034735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034735 is #FCB8CA. Grayscale: #303030. Windows color (decimal): -16562379 or 3491587. OLE color: 3491587.

HSL color Cylindrical-coordinate representation of color #034735: hue angle of 164.12º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034735 is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 71 53 -
CMYK 0.96 0 0.25 0.72
HSL 164.12º 0.92% 0.15% -
HSV(B) 164.12º 0.96% 0.28% -
XYZ 2.93 4.78 4.14 -
YUV 48.62 130.47 95.46 -
System Red Green Blue C M Y K H S L
Decimal 3 71 53 0.96 0 0.25 0.72 164.12 0.92 0.15
Hex 3 47 35 60 0 19 48 A4 5C F
Octal 3 107 65 140 0 31 110 244 134 17
Binary 11 1000111 110101 1100000 0 11001 1001000 10100100 1011100 1111

Color Harmonies of #034735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034735

Black with #034735

Text Example


Text Example

White with #034735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034735; }

 p { color: rgb(3,71,53); }

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

background-color css

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

 a { background-color: rgb(3,71,53); }

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

border-color css

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

 span { border-color: rgb(3,71,53); }

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