Html Css Color HEX #03552F British Racing Green

📋 copy color: '#03552F'

red 3 ◦ green 85 ◦ blue 47

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

Shades of British Racing Green #03552F

Tints of British Racing Green #03552F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 34.81%

R = 2.22%
G = 62.96%
B = 34.81%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#03552F (or 0x03552F) is known color: British Racing Green. HEX triplet: 03, 55 and 2F. RGB value is (3,85,47). Sum of RGB (Red+Green+Blue) = 3+85+47=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 85 (33.59% from 255 or 62.96% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 85 - color contains mainly: green. Hex color #03552F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03552F is #FCAAD0. Grayscale: #383838. Windows color (decimal): -16558801 or 3101955. OLE color: 3101955.

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

Color convert

RGB 3 85 47 -
CMYK 0.96 0 0.45 0.67
HSL 152.2º 0.93% 0.17% -
HSV(B) 152.2º 0.96% 0.33% -
XYZ 3.8 6.72 3.79 -
YUV 56.15 122.83 90.09 -
System Red Green Blue C M Y K H S L
Decimal 3 85 47 0.96 0 0.45 0.67 152.2 0.93 0.17
Hex 3 55 2F 60 0 2D 43 98 5D 11
Octal 3 125 57 140 0 55 103 230 135 21
Binary 11 1010101 101111 1100000 0 101101 1000011 10011000 1011101 10001

Color Harmonies of #03552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03552F

Black with #03552F

Text Example


Text Example

White with #03552F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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