Html Css Color HEX #024330 British Racing Green

📋 copy color: '#024330'

red 2 ◦ green 67 ◦ blue 48

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

Shades of British Racing Green #024330

Tints of British Racing Green #024330

RGB

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

 GREEN value IS 67 (26.56% from 255) = 57.26%

 BLUE value IS 48 (19.14% from 255) = 41.03%

R = 1.71%
G = 57.26%
B = 41.03%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.28

 K value IS 0.74

RGB Variations

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

Color information

#024330 (or 0x024330) is known color: British Racing Green. HEX triplet: 02, 43 and 30. RGB value is (2,67,48). Sum of RGB (Red+Green+Blue) = 2+67+48=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 67 (26.56% from 255 or 57.26% from 117); Blue value is 48 (19.14% from 255 or 41.03% from 117); Max value from RGB is 67 - color contains mainly: green. Hex color #024330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024330 is #FDBCCF. Grayscale: #2D2D2D. Windows color (decimal): -16628944 or 3162882. OLE color: 3162882.

HSL color Cylindrical-coordinate representation of color #024330: hue angle of 162.46º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024330 is Cyan = 0.97, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.74.

Color convert

RGB 2 67 48 -
CMYK 0.97 0 0.28 0.74
HSL 162.46º 0.94% 0.14% -
HSV(B) 162.46º 0.97% 0.26% -
XYZ 2.57 4.24 3.48 -
YUV 45.4 129.47 97.04 -
System Red Green Blue C M Y K H S L
Decimal 2 67 48 0.97 0 0.28 0.74 162.46 0.94 0.14
Hex 2 43 30 61 0 1C 4A A2 5E E
Octal 2 103 60 141 0 34 112 242 136 16
Binary 10 1000011 110000 1100001 0 11100 1001010 10100010 1011110 1110

Color Harmonies of #024330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024330

Black with #024330

Text Example


Text Example

White with #024330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024330; }

 p { color: rgb(2,67,48); }

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

background-color css

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

 a { background-color: rgb(2,67,48); }

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

border-color css

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

 span { border-color: rgb(2,67,48); }

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