Html Css Color HEX #034828 British Racing Green

📋 copy color: '#034828'

red 3 ◦ green 72 ◦ blue 40

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

Shades of British Racing Green #034828

Tints of British Racing Green #034828

RGB

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

 GREEN value IS 72 (28.52% from 255) = 62.61%

 BLUE value IS 40 (16.02% from 255) = 34.78%

R = 2.61%
G = 62.61%
B = 34.78%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#034828 (or 0x034828) is known color: British Racing Green. HEX triplet: 03, 48 and 28. RGB value is (3,72,40). Sum of RGB (Red+Green+Blue) = 3+72+40=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 72 (28.52% from 255 or 62.61% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 72 - color contains mainly: green. Hex color #034828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034828 is #FCB7D7. Grayscale: #2F2F2F. Windows color (decimal): -16562136 or 2639875. OLE color: 2639875.

HSL color Cylindrical-coordinate representation of color #034828: hue angle of 152.17º 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 #034828 is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB 3 72 40 -
CMYK 0.96 0 0.44 0.72
HSL 152.17º 0.92% 0.15% -
HSV(B) 152.17º 0.96% 0.28% -
XYZ 2.74 4.81 2.79 -
YUV 47.72 123.64 96.1 -
System Red Green Blue C M Y K H S L
Decimal 3 72 40 0.96 0 0.44 0.72 152.17 0.92 0.15
Hex 3 48 28 60 0 2C 48 98 5C F
Octal 3 110 50 140 0 54 110 230 134 17
Binary 11 1001000 101000 1100000 0 101100 1001000 10011000 1011100 1111

Color Harmonies of #034828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034828

Black with #034828

Text Example


Text Example

White with #034828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034828; }

 p { color: rgb(3,72,40); }

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

background-color css

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

 a { background-color: rgb(3,72,40); }

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

border-color css

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

 span { border-color: rgb(3,72,40); }

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