Html Css Color HEX #034627 British Racing Green

📋 copy color: '#034627'

red 3 ◦ green 70 ◦ blue 39

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

Shades of British Racing Green #034627

Tints of British Racing Green #034627

RGB

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

 GREEN value IS 70 (27.73% from 255) = 62.5%

 BLUE value IS 39 (15.63% from 255) = 34.82%

R = 2.68%
G = 62.5%
B = 34.82%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#034627 (or 0x034627) is known color: British Racing Green. HEX triplet: 03, 46 and 27. RGB value is (3,70,39). Sum of RGB (Red+Green+Blue) = 3+70+39=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 70 (27.73% from 255 or 62.5% from 112); Blue value is 39 (15.62% from 255 or 34.82% from 112); Max value from RGB is 70 - color contains mainly: green. Hex color #034627 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034627 is #FCB9D8. Grayscale: #2E2E2E. Windows color (decimal): -16562649 or 2573827. OLE color: 2573827.

HSL color Cylindrical-coordinate representation of color #034627: hue angle of 152.24º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034627 is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB 3 70 39 -
CMYK 0.96 0 0.44 0.73
HSL 152.24º 0.92% 0.14% -
HSV(B) 152.24º 0.96% 0.27% -
XYZ 2.59 4.55 2.66 -
YUV 46.43 123.8 97.02 -
System Red Green Blue C M Y K H S L
Decimal 3 70 39 0.96 0 0.44 0.73 152.24 0.92 0.14
Hex 3 46 27 60 0 2C 49 98 5C E
Octal 3 106 47 140 0 54 111 230 134 16
Binary 11 1000110 100111 1100000 0 101100 1001001 10011000 1011100 1110

Color Harmonies of #034627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034627

Black with #034627

Text Example


Text Example

White with #034627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034627; }

 p { color: rgb(3,70,39); }

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

background-color css

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

 a { background-color: rgb(3,70,39); }

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

border-color css

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

 span { border-color: rgb(3,70,39); }

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