Html Css Color HEX #015430 British Racing Green

📋 copy color: '#015430'

red 1 ◦ green 84 ◦ blue 48

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

Shades of British Racing Green #015430

Tints of British Racing Green #015430

RGB

 RED value IS 1 (0.78% from 255) = 0.75%

 GREEN value IS 84 (33.2% from 255) = 63.16%

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

R = 0.75%
G = 63.16%
B = 36.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#015430 (or 0x015430) is known color: British Racing Green. HEX triplet: 01, 54 and 30. RGB value is (1,84,48). Sum of RGB (Red+Green+Blue) = 1+84+48=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 84 (33.20% from 255 or 63.16% from 133); Blue value is 48 (19.14% from 255 or 36.09% from 133); Max value from RGB is 84 - color contains mainly: green. Hex color #015430 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015430 is #FEABCF. Grayscale: #373737. Windows color (decimal): -16690128 or 3167233. OLE color: 3167233.

HSL color Cylindrical-coordinate representation of color #015430: hue angle of 153.98º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015430 is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 84 48 -
CMYK 0.99 0 0.43 0.67
HSL 153.98º 0.98% 0.17% -
HSV(B) 153.98º 0.99% 0.33% -
XYZ 3.72 6.56 3.87 -
YUV 55.08 124 89.43 -
System Red Green Blue C M Y K H S L
Decimal 1 84 48 0.99 0 0.43 0.67 153.98 0.98 0.17
Hex 1 54 30 63 0 2B 43 9A 62 11
Octal 1 124 60 143 0 53 103 232 142 21
Binary 1 1010100 110000 1100011 0 101011 1000011 10011010 1100010 10001

Color Harmonies of #015430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015430

Black with #015430

Text Example


Text Example

White with #015430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015430; }

 p { color: rgb(1,84,48); }

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

background-color css

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

 a { background-color: rgb(1,84,48); }

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

border-color css

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

 span { border-color: rgb(1,84,48); }

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