Html Css Color HEX #014325 British Racing Green

📋 copy color: '#014325'

red 1 ◦ green 67 ◦ blue 37

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

Shades of British Racing Green #014325

Tints of British Racing Green #014325

RGB

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

 GREEN value IS 67 (26.56% from 255) = 63.81%

 BLUE value IS 37 (14.84% from 255) = 35.24%

R = 0.95%
G = 63.81%
B = 35.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.74

RGB Variations

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

Color information

#014325 (or 0x014325) is known color: British Racing Green. HEX triplet: 01, 43 and 25. RGB value is (1,67,37). Sum of RGB (Red+Green+Blue) = 1+67+37=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 67 (26.56% from 255 or 63.81% from 105); Blue value is 37 (14.84% from 255 or 35.24% from 105); Max value from RGB is 67 - color contains mainly: green. Hex color #014325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014325 is #FEBCDA. Grayscale: #2B2B2B. Windows color (decimal): -16694491 or 2441985. OLE color: 2441985.

HSL color Cylindrical-coordinate representation of color #014325: hue angle of 152.73º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014325 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 67 37 -
CMYK 0.99 0 0.45 0.74
HSL 152.73º 0.97% 0.13% -
HSV(B) 152.73º 0.99% 0.26% -
XYZ 2.35 4.15 2.43 -
YUV 43.85 124.13 97.44 -
System Red Green Blue C M Y K H S L
Decimal 1 67 37 0.99 0 0.45 0.74 152.73 0.97 0.13
Hex 1 43 25 63 0 2D 4A 99 61 D
Octal 1 103 45 143 0 55 112 231 141 15
Binary 1 1000011 100101 1100011 0 101101 1001010 10011001 1100001 1101

Color Harmonies of #014325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014325

Black with #014325

Text Example


Text Example

White with #014325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014325; }

 p { color: rgb(1,67,37); }

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

background-color css

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

 a { background-color: rgb(1,67,37); }

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

border-color css

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

 span { border-color: rgb(1,67,37); }

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