Html Css Color HEX #004B2F British Racing Green

📋 copy color: '#004B2F'

red 0 ◦ green 75 ◦ blue 47

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

Shades of British Racing Green #004B2F

Tints of British Racing Green #004B2F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 75 (29.69% from 255) = 61.48%

 BLUE value IS 47 (18.75% from 255) = 38.52%

R = 0%
G = 61.48%
B = 38.52%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#004B2F (or 0x004B2F) is known color: British Racing Green. HEX triplet: 00, 4B and 2F. RGB value is (0,75,47). Sum of RGB (Red+Green+Blue) = 0+75+47=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 75 (29.69% from 255 or 61.48% from 122); Blue value is 47 (18.75% from 255 or 38.52% from 122); Max value from RGB is 75 - color contains mainly: green. Hex color #004B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004B2F is #FFB4D0. Grayscale: #313131. Windows color (decimal): -16757969 or 3099392. OLE color: 3099392.

HSL color Cylindrical-coordinate representation of color #004B2F: hue angle of 157.6º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004B2F is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB 0 75 47 -
CMYK 1 0 0.37 0.71
HSL 157.6º 1% 0.15% -
HSV(B) 157.6º 1% 0.29% -
XYZ 3.03 5.24 3.54 -
YUV 49.38 126.65 92.78 -
System Red Green Blue C M Y K H S L
Decimal 0 75 47 1 0 0.37 0.71 157.6 1 0.15
Hex 0 4B 2F 64 0 25 47 9E 64 F
Octal 0 113 57 144 0 45 107 236 144 17
Binary 0 1001011 101111 1100100 0 100101 1000111 10011110 1100100 1111

Color Harmonies of #004B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004B2F

Black with #004B2F

Text Example


Text Example

White with #004B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004B2F; }

 p { color: rgb(0,75,47); }

 H1.HeaderClassName
 {
   color: #004B2F;
 }
 .AnyTagClassName
 {
   color: #004B2F;
 }
</style>

background-color css

<style>
 a { background-color: #004B2F; }

 a { background-color: rgb(0,75,47); }

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

border-color css

<style>
 span { border-color: #004B2F; }

 span { border-color: rgb(0,75,47); }

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