Html Css Color HEX #005730 British Racing Green

📋 copy color: '#005730'

red 0 ◦ green 87 ◦ blue 48

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

Shades of British Racing Green #005730

Tints of British Racing Green #005730

RGB

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

 GREEN value IS 87 (34.38% from 255) = 64.44%

 BLUE value IS 48 (19.14% from 255) = 35.56%

R = 0%
G = 64.44%
B = 35.56%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.45

 K value IS 0.66

RGB Variations

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

Color information

#005730 (or 0x005730) is known color: British Racing Green. HEX triplet: 00, 57 and 30. RGB value is (0,87,48). Sum of RGB (Red+Green+Blue) = 0+87+48=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 87 (34.38% from 255 or 64.44% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 87 - color contains mainly: green. Hex color #005730 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005730 is #FFA8CF. Grayscale: #383838. Windows color (decimal): -16754896 or 3168000. OLE color: 3168000.

HSL color Cylindrical-coordinate representation of color #005730: hue angle of 153.1º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005730 is Cyan = 1, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB 0 87 48 -
CMYK 1 0 0.45 0.66
HSL 153.1º 1% 0.17% -
HSV(B) 153.1º 1% 0.34% -
XYZ 3.94 7.03 3.95 -
YUV 56.54 123.18 87.67 -
System Red Green Blue C M Y K H S L
Decimal 0 87 48 1 0 0.45 0.66 153.1 1 0.17
Hex 0 57 30 64 0 2D 42 99 64 11
Octal 0 127 60 144 0 55 102 231 144 21
Binary 0 1010111 110000 1100100 0 101101 1000010 10011001 1100100 10001

Color Harmonies of #005730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005730

Black with #005730

Text Example


Text Example

White with #005730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005730; }

 p { color: rgb(0,87,48); }

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

background-color css

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

 a { background-color: rgb(0,87,48); }

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

border-color css

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

 span { border-color: rgb(0,87,48); }

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