Html Css Color HEX #034030 British Racing Green

📋 copy color: '#034030'

red 3 ◦ green 64 ◦ blue 48

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

Shades of British Racing Green #034030

Tints of British Racing Green #034030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 55.65%

 BLUE value IS 48 (19.14% from 255) = 41.74%

R = 2.61%
G = 55.65%
B = 41.74%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#034030 (or 0x034030) is known color: British Racing Green. HEX triplet: 03, 40 and 30. RGB value is (3,64,48). Sum of RGB (Red+Green+Blue) = 3+64+48=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 48 (19.14% from 255 or 41.74% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #034030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034030 is #FCBFCF. Grayscale: #2B2B2B. Windows color (decimal): -16564176 or 3162115. OLE color: 3162115.

HSL color Cylindrical-coordinate representation of color #034030: hue angle of 164.26º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #034030 is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB 3 64 48 -
CMYK 0.95 0 0.25 0.75
HSL 164.26º 0.91% 0.13% -
HSV(B) 164.26º 0.95% 0.25% -
XYZ 2.4 3.9 3.42 -
YUV 43.94 130.29 98.8 -
System Red Green Blue C M Y K H S L
Decimal 3 64 48 0.95 0 0.25 0.75 164.26 0.91 0.13
Hex 3 40 30 5F 0 19 4B A4 5B D
Octal 3 100 60 137 0 31 113 244 133 15
Binary 11 1000000 110000 1011111 0 11001 1001011 10100100 1011011 1101

Color Harmonies of #034030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034030

Black with #034030

Text Example


Text Example

White with #034030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034030; }

 p { color: rgb(3,64,48); }

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

background-color css

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

 a { background-color: rgb(3,64,48); }

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

border-color css

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

 span { border-color: rgb(3,64,48); }

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