Html Css Color HEX #2F851D Bilbao

📋 copy color: '#2F851D'

red 47 ◦ green 133 ◦ blue 29

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

Shades of Bilbao #2F851D

Tints of Bilbao #2F851D

RGB

 RED value IS 47 (18.75% from 255) = 22.49%

 GREEN value IS 133 (52.34% from 255) = 63.64%

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

R = 22.49%
G = 63.64%
B = 13.88%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#2F851D (or 0x2F851D) is known color: Bilbao. HEX triplet: 2F, 85 and 1D. RGB value is (47,133,29). Sum of RGB (Red+Green+Blue) = 47+133+29=209 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.49% from 209); Green value is 133 (52.34% from 255 or 63.64% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 133 - color contains mainly: green. Hex color #2F851D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F851D is #D07AE2. Grayscale: #5F5F5F. Windows color (decimal): -13662947 or 1934639. OLE color: 1934639.

HSL color Cylindrical-coordinate representation of color #2F851D: hue angle of 109.62º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F851D is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 47 133 29 -
CMYK 0.65 0 0.78 0.48
HSL 109.62º 0.64% 0.32% -
HSV(B) 109.62º 0.78% 0.52% -
XYZ 9.78 17.47 4.02 -
YUV 95.43 90.51 93.46 -
System Red Green Blue C M Y K H S L
Decimal 47 133 29 0.65 0 0.78 0.48 109.62 0.64 0.32
Hex 2F 85 1D 41 0 4E 30 6E 40 20
Octal 57 205 35 101 0 116 60 156 100 40
Binary 101111 10000101 11101 1000001 0 1001110 110000 1101110 1000000 100000

Color Harmonies of #2F851D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F851D

Black with #2F851D

Text Example


Text Example

White with #2F851D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F851D; }

 p { color: rgb(47,133,29); }

 H1.HeaderClassName
 {
   color: #2F851D;
 }
 .AnyTagClassName
 {
   color: #2F851D;
 }
</style>

background-color css

<style>
 a { background-color: #2F851D; }

 a { background-color: rgb(47,133,29); }

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

border-color css

<style>
 span { border-color: #2F851D; }

 span { border-color: rgb(47,133,29); }

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