Html Css Color HEX #035422 British Racing Green

📋 copy color: '#035422'

red 3 ◦ green 84 ◦ blue 34

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

Shades of British Racing Green #035422

Tints of British Racing Green #035422

RGB

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

 GREEN value IS 84 (33.2% from 255) = 69.42%

 BLUE value IS 34 (13.67% from 255) = 28.1%

R = 2.48%
G = 69.42%
B = 28.1%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.60

 K value IS 0.67

RGB Variations

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

Color information

#035422 (or 0x035422) is known color: British Racing Green. HEX triplet: 03, 54 and 22. RGB value is (3,84,34). Sum of RGB (Red+Green+Blue) = 3+84+34=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 84 (33.20% from 255 or 69.42% from 121); Blue value is 34 (13.67% from 255 or 28.10% from 121); Max value from RGB is 84 - color contains mainly: green. Hex color #035422 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035422 is #FCABDD. Grayscale: #363636. Windows color (decimal): -16559070 or 2249731. OLE color: 2249731.

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

Color convert

RGB 3 84 34 -
CMYK 0.96 0 0.60 0.67
HSL 142.96º 0.93% 0.17% -
HSV(B) 142.96º 0.96% 0.33% -
XYZ 3.5 6.48 2.58 -
YUV 54.08 116.66 91.57 -
System Red Green Blue C M Y K H S L
Decimal 3 84 34 0.96 0 0.60 0.67 142.96 0.93 0.17
Hex 3 54 22 60 0 3C 43 8F 5D 11
Octal 3 124 42 140 0 74 103 217 135 21
Binary 11 1010100 100010 1100000 0 111100 1000011 10001111 1011101 10001

Color Harmonies of #035422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035422

Black with #035422

Text Example


Text Example

White with #035422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035422; }

 p { color: rgb(3,84,34); }

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

background-color css

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

 a { background-color: rgb(3,84,34); }

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

border-color css

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

 span { border-color: rgb(3,84,34); }

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