Html Css Color HEX #02442D British Racing Green

📋 copy color: '#02442D'

red 2 ◦ green 68 ◦ blue 45

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

Shades of British Racing Green #02442D

Tints of British Racing Green #02442D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 39.13%

R = 1.74%
G = 59.13%
B = 39.13%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#02442D (or 0x02442D) is known color: British Racing Green. HEX triplet: 02, 44 and 2D. RGB value is (2,68,45). Sum of RGB (Red+Green+Blue) = 2+68+45=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 68 (26.95% from 255 or 59.13% from 115); Blue value is 45 (17.97% from 255 or 39.13% from 115); Max value from RGB is 68 - color contains mainly: green. Hex color #02442D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02442D is #FDBBD2. Grayscale: #2D2D2D. Windows color (decimal): -16628691 or 2966530. OLE color: 2966530.

HSL color Cylindrical-coordinate representation of color #02442D: hue angle of 159.09º 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 #02442D is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB 2 68 45 -
CMYK 0.97 0 0.34 0.73
HSL 159.09º 0.94% 0.14% -
HSV(B) 159.09º 0.97% 0.27% -
XYZ 2.57 4.34 3.18 -
YUV 45.64 127.63 96.87 -
System Red Green Blue C M Y K H S L
Decimal 2 68 45 0.97 0 0.34 0.73 159.09 0.94 0.14
Hex 2 44 2D 61 0 22 49 9F 5E E
Octal 2 104 55 141 0 42 111 237 136 16
Binary 10 1000100 101101 1100001 0 100010 1001001 10011111 1011110 1110

Color Harmonies of #02442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02442D

Black with #02442D

Text Example


Text Example

White with #02442D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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