Html Css Color HEX #02442A British Racing Green

📋 copy color: '#02442A'

red 2 ◦ green 68 ◦ blue 42

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

Shades of British Racing Green #02442A

Tints of British Racing Green #02442A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 60.71%

 BLUE value IS 42 (16.8% from 255) = 37.5%

R = 1.79%
G = 60.71%
B = 37.5%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.38

 K value IS 0.73

RGB Variations

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

Color information

#02442A (or 0x02442A) is known color: British Racing Green. HEX triplet: 02, 44 and 2A. RGB value is (2,68,42). Sum of RGB (Red+Green+Blue) = 2+68+42=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 68 (26.95% from 255 or 60.71% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 68 - color contains mainly: green. Hex color #02442A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02442A is #FDBBD5. Grayscale: #2D2D2D. Windows color (decimal): -16628694 or 2769922. OLE color: 2769922.

HSL color Cylindrical-coordinate representation of color #02442A: hue angle of 156.36º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02442A is Cyan = 0.97, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 68 42 -
CMYK 0.97 0 0.38 0.73
HSL 156.36º 0.94% 0.14% -
HSV(B) 156.36º 0.97% 0.27% -
XYZ 2.51 4.31 2.89 -
YUV 45.3 126.13 97.11 -
System Red Green Blue C M Y K H S L
Decimal 2 68 42 0.97 0 0.38 0.73 156.36 0.94 0.14
Hex 2 44 2A 61 0 26 49 9C 5E E
Octal 2 104 52 141 0 46 111 234 136 16
Binary 10 1000100 101010 1100001 0 100110 1001001 10011100 1011110 1110

Color Harmonies of #02442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02442A

Black with #02442A

Text Example


Text Example

White with #02442A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02442A; }

 p { color: rgb(2,68,42); }

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

background-color css

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

 a { background-color: rgb(2,68,42); }

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

border-color css

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

 span { border-color: rgb(2,68,42); }

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