Html Css Color HEX #307807 Bilbao

📋 copy color: '#307807'

red 48 ◦ green 120 ◦ blue 7

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

Shades of Bilbao #307807

Tints of Bilbao #307807

RGB

 RED value IS 48 (19.14% from 255) = 27.43%

 GREEN value IS 120 (47.27% from 255) = 68.57%

 BLUE value IS 7 (3.13% from 255) = 4%

R = 27.43%
G = 68.57%
B = 4%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#307807 (or 0x307807) is known color: Bilbao. HEX triplet: 30, 78 and 07. RGB value is (48,120,7). Sum of RGB (Red+Green+Blue) = 48+120+7=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 120 (47.27% from 255 or 68.57% from 175); Blue value is 7 (3.12% from 255 or 4% from 175); Max value from RGB is 120 - color contains mainly: green. Hex color #307807 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307807 is #CF87F8. Grayscale: #555555. Windows color (decimal): -13600761 or 489520. OLE color: 489520.

HSL color Cylindrical-coordinate representation of color #307807: hue angle of 98.23º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #307807 is Cyan = 0.60, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 120 7 -
CMYK 0.60 0 0.94 0.53
HSL 98.23º 0.89% 0.25% -
HSV(B) 98.23º 0.94% 0.47% -
XYZ 7.97 14.08 2.5 -
YUV 85.59 83.65 101.19 -
System Red Green Blue C M Y K H S L
Decimal 48 120 7 0.60 0 0.94 0.53 98.23 0.89 0.25
Hex 30 78 7 3C 0 5E 35 62 59 19
Octal 60 170 7 74 0 136 65 142 131 31
Binary 110000 1111000 111 111100 0 1011110 110101 1100010 1011001 11001

Color Harmonies of #307807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307807

Black with #307807

Text Example


Text Example

White with #307807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307807; }

 p { color: rgb(48,120,7); }

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

background-color css

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

 a { background-color: rgb(48,120,7); }

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

border-color css

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

 span { border-color: rgb(48,120,7); }

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