Html Css Color HEX #013D22 British Racing Green

📋 copy color: '#013D22'

red 1 ◦ green 61 ◦ blue 34

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

Shades of British Racing Green #013D22

Tints of British Racing Green #013D22

RGB

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

 GREEN value IS 61 (24.22% from 255) = 63.54%

 BLUE value IS 34 (13.67% from 255) = 35.42%

R = 1.04%
G = 63.54%
B = 35.42%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.44

 K value IS 0.76

RGB Variations

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

Color information

#013D22 (or 0x013D22) is known color: British Racing Green. HEX triplet: 01, 3D and 22. RGB value is (1,61,34). Sum of RGB (Red+Green+Blue) = 1+61+34=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 61 (24.22% from 255 or 63.54% from 96); Blue value is 34 (13.67% from 255 or 35.42% from 96); Max value from RGB is 61 - color contains mainly: green. Hex color #013D22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013D22 is #FEC2DD. Grayscale: #282828. Windows color (decimal): -16696030 or 2243841. OLE color: 2243841.

HSL color Cylindrical-coordinate representation of color #013D22: hue angle of 153º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013D22 is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 61 34 -
CMYK 0.98 0 0.44 0.76
HSL 153º 0.97% 0.12% -
HSV(B) 153º 0.98% 0.24% -
XYZ 1.97 3.46 2.08 -
YUV 39.98 124.62 100.2 -
System Red Green Blue C M Y K H S L
Decimal 1 61 34 0.98 0 0.44 0.76 153 0.97 0.12
Hex 1 3D 22 62 0 2C 4C 99 61 C
Octal 1 75 42 142 0 54 114 231 141 14
Binary 1 111101 100010 1100010 0 101100 1001100 10011001 1100001 1100

Color Harmonies of #013D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013D22

Black with #013D22

Text Example


Text Example

White with #013D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013D22; }

 p { color: rgb(1,61,34); }

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

background-color css

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

 a { background-color: rgb(1,61,34); }

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

border-color css

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

 span { border-color: rgb(1,61,34); }

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