Html Css Color HEX #013A23 British Racing Green

📋 copy color: '#013A23'

red 1 ◦ green 58 ◦ blue 35

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

Shades of British Racing Green #013A23

Tints of British Racing Green #013A23

RGB

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

 GREEN value IS 58 (23.05% from 255) = 61.7%

 BLUE value IS 35 (14.06% from 255) = 37.23%

R = 1.06%
G = 61.7%
B = 37.23%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.40

 K value IS 0.77

RGB Variations

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

Color information

#013A23 (or 0x013A23) is known color: British Racing Green. HEX triplet: 01, 3A and 23. RGB value is (1,58,35). Sum of RGB (Red+Green+Blue) = 1+58+35=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 58 (23.05% from 255 or 61.70% from 94); Blue value is 35 (14.06% from 255 or 37.23% from 94); Max value from RGB is 58 - color contains mainly: green. Hex color #013A23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A23 is #FEC5DC. Grayscale: #262626. Windows color (decimal): -16696797 or 2308609. OLE color: 2308609.

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

Color convert

RGB 1 58 35 -
CMYK 0.98 0 0.40 0.77
HSL 155.79º 0.97% 0.12% -
HSV(B) 155.79º 0.98% 0.23% -
XYZ 1.83 3.15 2.1 -
YUV 38.34 126.12 101.37 -
System Red Green Blue C M Y K H S L
Decimal 1 58 35 0.98 0 0.40 0.77 155.79 0.97 0.12
Hex 1 3A 23 62 0 28 4D 9C 61 C
Octal 1 72 43 142 0 50 115 234 141 14
Binary 1 111010 100011 1100010 0 101000 1001101 10011100 1100001 1100

Color Harmonies of #013A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A23

Black with #013A23

Text Example


Text Example

White with #013A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,58,35); }

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

background-color css

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

 a { background-color: rgb(1,58,35); }

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

border-color css

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

 span { border-color: rgb(1,58,35); }

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