Html Css Color HEX #005038 British Racing Green

📋 copy color: '#005038'

red 0 ◦ green 80 ◦ blue 56

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

Shades of British Racing Green #005038

Tints of British Racing Green #005038

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 80 (31.64% from 255) = 58.82%

 BLUE value IS 56 (22.27% from 255) = 41.18%

R = 0%
G = 58.82%
B = 41.18%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.30

 K value IS 0.69

RGB Variations

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

Color information

#005038 (or 0x005038) is known color: British Racing Green. HEX triplet: 00, 50 and 38. RGB value is (0,80,56). Sum of RGB (Red+Green+Blue) = 0+80+56=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 80 (31.64% from 255 or 58.82% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 80 - color contains mainly: green. Hex color #005038 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005038 is #FFAFC7. Grayscale: #353535. Windows color (decimal): -16756680 or 3690496. OLE color: 3690496.

HSL color Cylindrical-coordinate representation of color #005038: hue angle of 162º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005038 is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 80 56 -
CMYK 1 0 0.30 0.69
HSL 162º 1% 0.16% -
HSV(B) 162º 1% 0.31% -
XYZ 3.58 6.02 4.72 -
YUV 53.34 129.5 89.95 -
System Red Green Blue C M Y K H S L
Decimal 0 80 56 1 0 0.30 0.69 162 1 0.16
Hex 0 50 38 64 0 1E 45 A2 64 10
Octal 0 120 70 144 0 36 105 242 144 20
Binary 0 1010000 111000 1100100 0 11110 1000101 10100010 1100100 10000

Color Harmonies of #005038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005038

Black with #005038

Text Example


Text Example

White with #005038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005038; }

 p { color: rgb(0,80,56); }

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

background-color css

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

 a { background-color: rgb(0,80,56); }

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

border-color css

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

 span { border-color: rgb(0,80,56); }

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