Html Css Color HEX #035331 British Racing Green

📋 copy color: '#035331'

red 3 ◦ green 83 ◦ blue 49

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

Shades of British Racing Green #035331

Tints of British Racing Green #035331

RGB

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

 GREEN value IS 83 (32.81% from 255) = 61.48%

 BLUE value IS 49 (19.53% from 255) = 36.3%

R = 2.22%
G = 61.48%
B = 36.3%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#035331 (or 0x035331) is known color: British Racing Green. HEX triplet: 03, 53 and 31. RGB value is (3,83,49). Sum of RGB (Red+Green+Blue) = 3+83+49=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 83 (32.81% from 255 or 61.48% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 83 - color contains mainly: green. Hex color #035331 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035331 is #FCACCE. Grayscale: #373737. Windows color (decimal): -16559311 or 3232515. OLE color: 3232515.

HSL color Cylindrical-coordinate representation of color #035331: hue angle of 154.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035331 is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 3 83 49 -
CMYK 0.96 0 0.41 0.67
HSL 154.5º 0.93% 0.17% -
HSV(B) 154.5º 0.96% 0.33% -
XYZ 3.69 6.43 3.95 -
YUV 55.2 124.5 90.76 -
System Red Green Blue C M Y K H S L
Decimal 3 83 49 0.96 0 0.41 0.67 154.5 0.93 0.17
Hex 3 53 31 60 0 29 43 9A 5D 11
Octal 3 123 61 140 0 51 103 232 135 21
Binary 11 1010011 110001 1100000 0 101001 1000011 10011010 1011101 10001

Color Harmonies of #035331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035331

Black with #035331

Text Example


Text Example

White with #035331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035331; }

 p { color: rgb(3,83,49); }

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

background-color css

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

 a { background-color: rgb(3,83,49); }

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

border-color css

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

 span { border-color: rgb(3,83,49); }

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