Html Css Color HEX #034821 British Racing Green

📋 copy color: '#034821'

red 3 ◦ green 72 ◦ blue 33

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

Shades of British Racing Green #034821

Tints of British Racing Green #034821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 30.56%

R = 2.78%
G = 66.67%
B = 30.56%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#034821 (or 0x034821) is known color: British Racing Green. HEX triplet: 03, 48 and 21. RGB value is (3,72,33). Sum of RGB (Red+Green+Blue) = 3+72+33=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 72 (28.52% from 255 or 66.67% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 72 - color contains mainly: green. Hex color #034821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034821 is #FCB7DE. Grayscale: #2F2F2F. Windows color (decimal): -16562143 or 2181123. OLE color: 2181123.

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

Color convert

RGB 3 72 33 -
CMYK 0.96 0 0.54 0.72
HSL 146.09º 0.92% 0.15% -
HSV(B) 146.09º 0.96% 0.28% -
XYZ 2.63 4.76 2.22 -
YUV 46.92 120.14 96.67 -
System Red Green Blue C M Y K H S L
Decimal 3 72 33 0.96 0 0.54 0.72 146.09 0.92 0.15
Hex 3 48 21 60 0 36 48 92 5C F
Octal 3 110 41 140 0 66 110 222 134 17
Binary 11 1001000 100001 1100000 0 110110 1001000 10010010 1011100 1111

Color Harmonies of #034821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034821

Black with #034821

Text Example


Text Example

White with #034821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034821; }

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

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

background-color css

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

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

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

border-color css

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

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

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