Html Css Color HEX #03532A British Racing Green

📋 copy color: '#03532A'

red 3 ◦ green 83 ◦ blue 42

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

Shades of British Racing Green #03532A

Tints of British Racing Green #03532A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 32.81%

R = 2.34%
G = 64.84%
B = 32.81%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#03532A (or 0x03532A) is known color: British Racing Green. HEX triplet: 03, 53 and 2A. RGB value is (3,83,42). Sum of RGB (Red+Green+Blue) = 3+83+42=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 83 (32.81% from 255 or 64.84% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 83 - color contains mainly: green. Hex color #03532A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03532A is #FCACD5. Grayscale: #363636. Windows color (decimal): -16559318 or 2773763. OLE color: 2773763.

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

Color convert

RGB 3 83 42 -
CMYK 0.96 0 0.49 0.67
HSL 149.25º 0.93% 0.17% -
HSV(B) 149.25º 0.96% 0.33% -
XYZ 3.55 6.37 3.23 -
YUV 54.41 121 91.33 -
System Red Green Blue C M Y K H S L
Decimal 3 83 42 0.96 0 0.49 0.67 149.25 0.93 0.17
Hex 3 53 2A 60 0 31 43 95 5D 11
Octal 3 123 52 140 0 61 103 225 135 21
Binary 11 1010011 101010 1100000 0 110001 1000011 10010101 1011101 10001

Color Harmonies of #03532A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03532A

Black with #03532A

Text Example


Text Example

White with #03532A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03532A; }

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

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

background-color css

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

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

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

border-color css

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

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

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