Html Css Color HEX #005023 British Racing Green

📋 copy color: '#005023'

red 0 ◦ green 80 ◦ blue 35

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

Shades of British Racing Green #005023

Tints of British Racing Green #005023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 30.43%

R = 0%
G = 69.57%
B = 30.43%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#005023 (or 0x005023) is known color: British Racing Green. HEX triplet: 00, 50 and 23. RGB value is (0,80,35). Sum of RGB (Red+Green+Blue) = 0+80+35=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 80 (31.64% from 255 or 69.57% from 115); Blue value is 35 (14.06% from 255 or 30.43% from 115); Max value from RGB is 80 - color contains mainly: green. Hex color #005023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005023 is #FFAFDC. Grayscale: #333333. Windows color (decimal): -16756701 or 2314240. OLE color: 2314240.

HSL color Cylindrical-coordinate representation of color #005023: hue angle of 146.25º 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 #005023 is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 80 35 -
CMYK 1 0 0.56 0.69
HSL 146.25º 1% 0.16% -
HSV(B) 146.25º 1% 0.31% -
XYZ 3.17 5.86 2.55 -
YUV 50.95 119 91.66 -
System Red Green Blue C M Y K H S L
Decimal 0 80 35 1 0 0.56 0.69 146.25 1 0.16
Hex 0 50 23 64 0 38 45 92 64 10
Octal 0 120 43 144 0 70 105 222 144 20
Binary 0 1010000 100011 1100100 0 111000 1000101 10010010 1100100 10000

Color Harmonies of #005023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005023

Black with #005023

Text Example


Text Example

White with #005023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005023; }

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

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

background-color css

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

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

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

border-color css

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

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

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