Html Css Color HEX #01452B British Racing Green

📋 copy color: '#01452B'

red 1 ◦ green 69 ◦ blue 43

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

Shades of British Racing Green #01452B

Tints of British Racing Green #01452B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 61.06%

 BLUE value IS 43 (17.19% from 255) = 38.05%

R = 0.88%
G = 61.06%
B = 38.05%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.73

RGB Variations

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

Color information

#01452B (or 0x01452B) is known color: British Racing Green. HEX triplet: 01, 45 and 2B. RGB value is (1,69,43). Sum of RGB (Red+Green+Blue) = 1+69+43=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 69 (27.34% from 255 or 61.06% from 113); Blue value is 43 (17.19% from 255 or 38.05% from 113); Max value from RGB is 69 - color contains mainly: green. Hex color #01452B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01452B is #FEBAD4. Grayscale: #2D2D2D. Windows color (decimal): -16693973 or 2835713. OLE color: 2835713.

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

Color convert

RGB 1 69 43 -
CMYK 0.99 0 0.38 0.73
HSL 157.06º 0.97% 0.14% -
HSV(B) 157.06º 0.99% 0.27% -
XYZ 2.58 4.44 3.01 -
YUV 45.7 126.47 96.11 -
System Red Green Blue C M Y K H S L
Decimal 1 69 43 0.99 0 0.38 0.73 157.06 0.97 0.14
Hex 1 45 2B 63 0 26 49 9D 61 E
Octal 1 105 53 143 0 46 111 235 141 16
Binary 1 1000101 101011 1100011 0 100110 1001001 10011101 1100001 1110

Color Harmonies of #01452B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01452B

Black with #01452B

Text Example


Text Example

White with #01452B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01452B; }

 p { color: rgb(1,69,43); }

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

background-color css

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

 a { background-color: rgb(1,69,43); }

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

border-color css

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

 span { border-color: rgb(1,69,43); }

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