Html Css Color HEX #024123 British Racing Green

📋 copy color: '#024123'

red 2 ◦ green 65 ◦ blue 35

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

Shades of British Racing Green #024123

Tints of British Racing Green #024123

RGB

 RED value IS 2 (1.17% from 255) = 1.96%

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

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

R = 1.96%
G = 63.73%
B = 34.31%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.46

 K value IS 0.75

RGB Variations

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

Color information

#024123 (or 0x024123) is known color: British Racing Green. HEX triplet: 02, 41 and 23. RGB value is (2,65,35). Sum of RGB (Red+Green+Blue) = 2+65+35=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 65 (25.78% from 255 or 63.73% from 102); Blue value is 35 (14.06% from 255 or 34.31% from 102); Max value from RGB is 65 - color contains mainly: green. Hex color #024123 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024123 is #FDBEDC. Grayscale: #2A2A2A. Windows color (decimal): -16629469 or 2310402. OLE color: 2310402.

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

Color convert

RGB 2 65 35 -
CMYK 0.97 0 0.46 0.75
HSL 151.43º 0.94% 0.13% -
HSV(B) 151.43º 0.97% 0.25% -
XYZ 2.22 3.91 2.23 -
YUV 42.74 123.63 98.94 -
System Red Green Blue C M Y K H S L
Decimal 2 65 35 0.97 0 0.46 0.75 151.43 0.94 0.13
Hex 2 41 23 61 0 2E 4B 97 5E D
Octal 2 101 43 141 0 56 113 227 136 15
Binary 10 1000001 100011 1100001 0 101110 1001011 10010111 1011110 1101

Color Harmonies of #024123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024123

Black with #024123

Text Example


Text Example

White with #024123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024123; }

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

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

background-color css

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

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

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

border-color css

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

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

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