Html Css Color HEX #07381D British Racing Green

📋 copy color: '#07381D'

red 7 ◦ green 56 ◦ blue 29

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

Shades of British Racing Green #07381D

Tints of British Racing Green #07381D

RGB

 RED value IS 7 (3.13% from 255) = 7.61%

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

 BLUE value IS 29 (11.72% from 255) = 31.52%

R = 7.61%
G = 60.87%
B = 31.52%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.48

 K value IS 0.78

RGB Variations

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

Color information

#07381D (or 0x07381D) is known color: British Racing Green. HEX triplet: 07, 38 and 1D. RGB value is (7,56,29). Sum of RGB (Red+Green+Blue) = 7+56+29=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 56 (22.27% from 255 or 60.87% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 56 - color contains mainly: green. Hex color #07381D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07381D is #F8C7E2. Grayscale: #262626. Windows color (decimal): -16304099 or 1914887. OLE color: 1914887.

HSL color Cylindrical-coordinate representation of color #07381D: hue angle of 146.94º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #07381D is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB 7 56 29 -
CMYK 0.88 0 0.48 0.78
HSL 146.94º 0.78% 0.12% -
HSV(B) 146.94º 0.88% 0.22% -
XYZ 1.72 2.96 1.64 -
YUV 38.27 122.77 105.7 -
System Red Green Blue C M Y K H S L
Decimal 7 56 29 0.88 0 0.48 0.78 146.94 0.78 0.12
Hex 7 38 1D 58 0 30 4E 93 4E C
Octal 7 70 35 130 0 60 116 223 116 14
Binary 111 111000 11101 1011000 0 110000 1001110 10010011 1001110 1100

Color Harmonies of #07381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07381D

Black with #07381D

Text Example


Text Example

White with #07381D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,56,29); }

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

background-color css

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

 a { background-color: rgb(7,56,29); }

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

border-color css

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

 span { border-color: rgb(7,56,29); }

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