Html Css Color HEX #004123 British Racing Green

📋 copy color: '#004123'

red 0 ◦ green 65 ◦ blue 35

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

Shades of British Racing Green #004123

Tints of British Racing Green #004123

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 65 (25.78% from 255) = 65%

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

R = 0%
G = 65%
B = 35%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.46

 K value IS 0.75

RGB Variations

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

Color information

#004123 (or 0x004123) is known color: British Racing Green. HEX triplet: 00, 41 and 23. RGB value is (0,65,35). Sum of RGB (Red+Green+Blue) = 0+65+35=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 65 (25.78% from 255 or 65% from 100); Blue value is 35 (14.06% from 255 or 35% from 100); Max value from RGB is 65 - color contains mainly: green. Hex color #004123 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004123 is #FFBEDC. Grayscale: #2A2A2A. Windows color (decimal): -16760541 or 2310400. OLE color: 2310400.

HSL color Cylindrical-coordinate representation of color #004123: hue angle of 152.31º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004123 is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.75.

Color convert

RGB 0 65 35 -
CMYK 1 0 0.46 0.75
HSL 152.31º 1% 0.13% -
HSV(B) 152.31º 1% 0.25% -
XYZ 2.19 3.9 2.23 -
YUV 42.15 123.97 97.94 -
System Red Green Blue C M Y K H S L
Decimal 0 65 35 1 0 0.46 0.75 152.31 1 0.13
Hex 0 41 23 64 0 2E 4B 98 64 D
Octal 0 101 43 144 0 56 113 230 144 15
Binary 0 1000001 100011 1100100 0 101110 1001011 10011000 1100100 1101

Color Harmonies of #004123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004123

Black with #004123

Text Example


Text Example

White with #004123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004123; }

 p { color: rgb(0,65,35); }

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

background-color css

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

 a { background-color: rgb(0,65,35); }

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

border-color css

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

 span { border-color: rgb(0,65,35); }

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