Html Css Color HEX #07441E British Racing Green

📋 copy color: '#07441E'

red 7 ◦ green 68 ◦ blue 30

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

Shades of British Racing Green #07441E

Tints of British Racing Green #07441E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 28.57%

R = 6.67%
G = 64.76%
B = 28.57%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#07441E (or 0x07441E) is known color: British Racing Green. HEX triplet: 07, 44 and 1E. RGB value is (7,68,30). Sum of RGB (Red+Green+Blue) = 7+68+30=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 68 (26.95% from 255 or 64.76% from 105); Blue value is 30 (12.11% from 255 or 28.57% from 105); Max value from RGB is 68 - color contains mainly: green. Hex color #07441E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07441E is #F8BBE1. Grayscale: #2D2D2D. Windows color (decimal): -16301026 or 1983495. OLE color: 1983495.

HSL color Cylindrical-coordinate representation of color #07441E: hue angle of 142.62º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07441E is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 68 30 -
CMYK 0.90 0 0.56 0.73
HSL 142.62º 0.81% 0.15% -
HSV(B) 142.62º 0.9% 0.27% -
XYZ 2.39 4.27 1.93 -
YUV 45.43 119.29 100.59 -
System Red Green Blue C M Y K H S L
Decimal 7 68 30 0.90 0 0.56 0.73 142.62 0.81 0.15
Hex 7 44 1E 5A 0 38 49 8F 51 F
Octal 7 104 36 132 0 70 111 217 121 17
Binary 111 1000100 11110 1011010 0 111000 1001001 10001111 1010001 1111

Color Harmonies of #07441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07441E

Black with #07441E

Text Example


Text Example

White with #07441E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07441E; }

 p { color: rgb(7,68,30); }

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

background-color css

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

 a { background-color: rgb(7,68,30); }

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

border-color css

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

 span { border-color: rgb(7,68,30); }

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