Html Css Color HEX #034833 British Racing Green

📋 copy color: '#034833'

red 3 ◦ green 72 ◦ blue 51

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

Shades of British Racing Green #034833

Tints of British Racing Green #034833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 40.48%

R = 2.38%
G = 57.14%
B = 40.48%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.29

 K value IS 0.72

RGB Variations

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

Color information

#034833 (or 0x034833) is known color: British Racing Green. HEX triplet: 03, 48 and 33. RGB value is (3,72,51). Sum of RGB (Red+Green+Blue) = 3+72+51=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 72 (28.52% from 255 or 57.14% from 126); Blue value is 51 (20.31% from 255 or 40.48% from 126); Max value from RGB is 72 - color contains mainly: green. Hex color #034833 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034833 is #FCB7CC. Grayscale: #303030. Windows color (decimal): -16562125 or 3360771. OLE color: 3360771.

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

Color convert

RGB 3 72 51 -
CMYK 0.96 0 0.29 0.72
HSL 161.74º 0.92% 0.15% -
HSV(B) 161.74º 0.96% 0.28% -
XYZ 2.95 4.89 3.92 -
YUV 48.98 129.14 95.21 -
System Red Green Blue C M Y K H S L
Decimal 3 72 51 0.96 0 0.29 0.72 161.74 0.92 0.15
Hex 3 48 33 60 0 1D 48 A2 5C F
Octal 3 110 63 140 0 35 110 242 134 17
Binary 11 1001000 110011 1100000 0 11101 1001000 10100010 1011100 1111

Color Harmonies of #034833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034833

Black with #034833

Text Example


Text Example

White with #034833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034833; }

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

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

background-color css

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

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

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

border-color css

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

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

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