Html Css Color HEX #015433 British Racing Green

📋 copy color: '#015433'

red 1 ◦ green 84 ◦ blue 51

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

Shades of British Racing Green #015433

Tints of British Racing Green #015433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 37.5%

R = 0.74%
G = 61.76%
B = 37.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.39

 K value IS 0.67

RGB Variations

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

Color information

#015433 (or 0x015433) is known color: British Racing Green. HEX triplet: 01, 54 and 33. RGB value is (1,84,51). Sum of RGB (Red+Green+Blue) = 1+84+51=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 84 (33.20% from 255 or 61.76% from 136); Blue value is 51 (20.31% from 255 or 37.5% from 136); Max value from RGB is 84 - color contains mainly: green. Hex color #015433 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015433 is #FEABCC. Grayscale: #373737. Windows color (decimal): -16690125 or 3363841. OLE color: 3363841.

HSL color Cylindrical-coordinate representation of color #015433: hue angle of 156.14º 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 #015433 is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 84 51 -
CMYK 0.99 0 0.39 0.67
HSL 156.14º 0.98% 0.17% -
HSV(B) 156.14º 0.99% 0.33% -
XYZ 3.78 6.59 4.2 -
YUV 55.42 125.5 89.18 -
System Red Green Blue C M Y K H S L
Decimal 1 84 51 0.99 0 0.39 0.67 156.14 0.98 0.17
Hex 1 54 33 63 0 27 43 9C 62 11
Octal 1 124 63 143 0 47 103 234 142 21
Binary 1 1010100 110011 1100011 0 100111 1000011 10011100 1100010 10001

Color Harmonies of #015433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015433

Black with #015433

Text Example


Text Example

White with #015433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015433; }

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

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

background-color css

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

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

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

border-color css

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

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

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