Html Css Color HEX #024B1B British Racing Green

📋 copy color: '#024B1B'

red 2 ◦ green 75 ◦ blue 27

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

Shades of British Racing Green #024B1B

Tints of British Racing Green #024B1B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 72.12%

 BLUE value IS 27 (10.94% from 255) = 25.96%

R = 1.92%
G = 72.12%
B = 25.96%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#024B1B (or 0x024B1B) is known color: British Racing Green. HEX triplet: 02, 4B and 1B. RGB value is (2,75,27). Sum of RGB (Red+Green+Blue) = 2+75+27=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 75 (29.69% from 255 or 72.12% from 104); Blue value is 27 (10.94% from 255 or 25.96% from 104); Max value from RGB is 75 - color contains mainly: green. Hex color #024B1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024B1B is #FDB4E4. Grayscale: #2F2F2F. Windows color (decimal): -16626917 or 1788674. OLE color: 1788674.

HSL color Cylindrical-coordinate representation of color #024B1B: hue angle of 140.55º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024B1B is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 75 27 -
CMYK 0.97 0 0.64 0.71
HSL 140.55º 0.95% 0.15% -
HSV(B) 140.55º 0.97% 0.29% -
XYZ 2.74 5.12 1.88 -
YUV 47.7 116.32 95.4 -
System Red Green Blue C M Y K H S L
Decimal 2 75 27 0.97 0 0.64 0.71 140.55 0.95 0.15
Hex 2 4B 1B 61 0 40 47 8D 5F F
Octal 2 113 33 141 0 100 107 215 137 17
Binary 10 1001011 11011 1100001 0 1000000 1000111 10001101 1011111 1111

Color Harmonies of #024B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024B1B

Black with #024B1B

Text Example


Text Example

White with #024B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024B1B; }

 p { color: rgb(2,75,27); }

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

background-color css

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

 a { background-color: rgb(2,75,27); }

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

border-color css

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

 span { border-color: rgb(2,75,27); }

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