Html Css Color HEX #03552B British Racing Green

📋 copy color: '#03552B'

red 3 ◦ green 85 ◦ blue 43

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

Shades of British Racing Green #03552B

Tints of British Racing Green #03552B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 64.89%

 BLUE value IS 43 (17.19% from 255) = 32.82%

R = 2.29%
G = 64.89%
B = 32.82%

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

#03552B (or 0x03552B) is known color: British Racing Green. HEX triplet: 03, 55 and 2B. RGB value is (3,85,43). Sum of RGB (Red+Green+Blue) = 3+85+43=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 85 (33.59% from 255 or 64.89% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 85 - color contains mainly: green. Hex color #03552B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03552B is #FCAAD4. Grayscale: #373737. Windows color (decimal): -16558805 or 2839811. OLE color: 2839811.

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

Color convert

RGB 3 85 43 -
CMYK 0.96 0 0.49 0.67
HSL 149.27º 0.93% 0.17% -
HSV(B) 149.27º 0.96% 0.33% -
XYZ 3.72 6.69 3.38 -
YUV 55.69 120.83 90.42 -
System Red Green Blue C M Y K H S L
Decimal 3 85 43 0.96 0 0.49 0.67 149.27 0.93 0.17
Hex 3 55 2B 60 0 31 43 95 5D 11
Octal 3 125 53 140 0 61 103 225 135 21
Binary 11 1010101 101011 1100000 0 110001 1000011 10010101 1011101 10001

Color Harmonies of #03552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03552B

Black with #03552B

Text Example


Text Example

White with #03552B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03552B; }

 p { color: rgb(3,85,43); }

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

background-color css

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

 a { background-color: rgb(3,85,43); }

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

border-color css

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

 span { border-color: rgb(3,85,43); }

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