Html Css Color HEX #024128 British Racing Green

📋 copy color: '#024128'

red 2 ◦ green 65 ◦ blue 40

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

Shades of British Racing Green #024128

Tints of British Racing Green #024128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 37.38%

R = 1.87%
G = 60.75%
B = 37.38%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#024128 (or 0x024128) is known color: British Racing Green. HEX triplet: 02, 41 and 28. RGB value is (2,65,40). Sum of RGB (Red+Green+Blue) = 2+65+40=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 65 (25.78% from 255 or 60.75% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 65 - color contains mainly: green. Hex color #024128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024128 is #FDBED7. Grayscale: #2B2B2B. Windows color (decimal): -16629464 or 2638082. OLE color: 2638082.

HSL color Cylindrical-coordinate representation of color #024128: hue angle of 156.19º 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 #024128 is Cyan = 0.97, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 65 40 -
CMYK 0.97 0 0.38 0.75
HSL 156.19º 0.94% 0.13% -
HSV(B) 156.19º 0.97% 0.25% -
XYZ 2.3 3.95 2.65 -
YUV 43.31 126.13 98.53 -
System Red Green Blue C M Y K H S L
Decimal 2 65 40 0.97 0 0.38 0.75 156.19 0.94 0.13
Hex 2 41 28 61 0 26 4B 9C 5E D
Octal 2 101 50 141 0 46 113 234 136 15
Binary 10 1000001 101000 1100001 0 100110 1001011 10011100 1011110 1101

Color Harmonies of #024128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024128

Black with #024128

Text Example


Text Example

White with #024128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024128; }

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

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

background-color css

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

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

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

border-color css

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

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

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