Html Css Color HEX #02381A British Racing Green

📋 copy color: '#02381A'

red 2 ◦ green 56 ◦ blue 26

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

Shades of British Racing Green #02381A

Tints of British Racing Green #02381A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 66.67%

 BLUE value IS 26 (10.55% from 255) = 30.95%

R = 2.38%
G = 66.67%
B = 30.95%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.54

 K value IS 0.78

RGB Variations

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

Color information

#02381A (or 0x02381A) is known color: British Racing Green. HEX triplet: 02, 38 and 1A. RGB value is (2,56,26). Sum of RGB (Red+Green+Blue) = 2+56+26=84 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.38% from 84); Green value is 56 (22.27% from 255 or 66.67% from 84); Blue value is 26 (10.55% from 255 or 30.95% from 84); Max value from RGB is 56 - color contains mainly: green. Hex color #02381A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02381A is #FDC7E5. Grayscale: #242424. Windows color (decimal): -16631782 or 1718274. OLE color: 1718274.

HSL color Cylindrical-coordinate representation of color #02381A: hue angle of 146.67º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02381A is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB 2 56 26 -
CMYK 0.96 0 0.54 0.78
HSL 146.67º 0.93% 0.11% -
HSV(B) 146.67º 0.96% 0.22% -
XYZ 1.63 2.92 1.45 -
YUV 36.43 122.11 103.44 -
System Red Green Blue C M Y K H S L
Decimal 2 56 26 0.96 0 0.54 0.78 146.67 0.93 0.11
Hex 2 38 1A 60 0 36 4E 93 5D B
Octal 2 70 32 140 0 66 116 223 135 13
Binary 10 111000 11010 1100000 0 110110 1001110 10010011 1011101 1011

Color Harmonies of #02381A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02381A

Black with #02381A

Text Example


Text Example

White with #02381A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,56,26); }

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

background-color css

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

 a { background-color: rgb(2,56,26); }

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

border-color css

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

 span { border-color: rgb(2,56,26); }

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