Html Css Color HEX #014834 British Racing Green

📋 copy color: '#014834'

red 1 ◦ green 72 ◦ blue 52

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

Shades of British Racing Green #014834

Tints of British Racing Green #014834

RGB

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

 GREEN value IS 72 (28.52% from 255) = 57.6%

 BLUE value IS 52 (20.7% from 255) = 41.6%

R = 0.8%
G = 57.6%
B = 41.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#014834 (or 0x014834) is known color: British Racing Green. HEX triplet: 01, 48 and 34. RGB value is (1,72,52). Sum of RGB (Red+Green+Blue) = 1+72+52=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 72 (28.52% from 255 or 57.6% from 125); Blue value is 52 (20.70% from 255 or 41.6% from 125); Max value from RGB is 72 - color contains mainly: green. Hex color #014834 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014834 is #FEB7CB. Grayscale: #303030. Windows color (decimal): -16693196 or 3426305. OLE color: 3426305.

HSL color Cylindrical-coordinate representation of color #014834: hue angle of 163.1º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014834 is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 72 52 -
CMYK 0.99 0 0.28 0.72
HSL 163.1º 0.97% 0.14% -
HSV(B) 163.1º 0.99% 0.28% -
XYZ 2.95 4.89 4.04 -
YUV 48.49 129.98 94.13 -
System Red Green Blue C M Y K H S L
Decimal 1 72 52 0.99 0 0.28 0.72 163.1 0.97 0.14
Hex 1 48 34 63 0 1C 48 A3 61 E
Octal 1 110 64 143 0 34 110 243 141 16
Binary 1 1001000 110100 1100011 0 11100 1001000 10100011 1100001 1110

Color Harmonies of #014834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014834

Black with #014834

Text Example


Text Example

White with #014834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014834; }

 p { color: rgb(1,72,52); }

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

background-color css

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

 a { background-color: rgb(1,72,52); }

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

border-color css

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

 span { border-color: rgb(1,72,52); }

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