Html Css Color HEX #2F750A Bilbao

📋 copy color: '#2F750A'

red 47 ◦ green 117 ◦ blue 10

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

Shades of Bilbao #2F750A

Tints of Bilbao #2F750A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 67.24%

 BLUE value IS 10 (4.3% from 255) = 5.75%

R = 27.01%
G = 67.24%
B = 5.75%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#2F750A (or 0x2F750A) is known color: Bilbao. HEX triplet: 2F, 75 and 0A. RGB value is (47,117,10). Sum of RGB (Red+Green+Blue) = 47+117+10=174 (23% of max value = 765). Red value is 47 (18.75% from 255 or 27.01% from 174); Green value is 117 (46.09% from 255 or 67.24% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 117 - color contains mainly: green. Hex color #2F750A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2F750A is #D08AF5. Grayscale: #545454. Windows color (decimal): -13667062 or 685359. OLE color: 685359.

HSL color Cylindrical-coordinate representation of color #2F750A: hue angle of 99.25º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2F750A is Cyan = 0.60, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 47 117 10 -
CMYK 0.60 0 0.91 0.54
HSL 99.25º 0.84% 0.25% -
HSV(B) 99.25º 0.91% 0.46% -
XYZ 7.59 13.35 2.46 -
YUV 83.87 86.31 101.7 -
System Red Green Blue C M Y K H S L
Decimal 47 117 10 0.60 0 0.91 0.54 99.25 0.84 0.25
Hex 2F 75 A 3C 0 5B 36 63 54 19
Octal 57 165 12 74 0 133 66 143 124 31
Binary 101111 1110101 1010 111100 0 1011011 110110 1100011 1010100 11001

Color Harmonies of #2F750A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F750A

Black with #2F750A

Text Example


Text Example

White with #2F750A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,117,10); }

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

background-color css

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

 a { background-color: rgb(47,117,10); }

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

border-color css

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

 span { border-color: rgb(47,117,10); }

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