Html Css Color HEX #308225 Bilbao

📋 copy color: '#308225'

red 48 ◦ green 130 ◦ blue 37

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

Shades of Bilbao #308225

Tints of Bilbao #308225

RGB

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

 GREEN value IS 130 (51.17% from 255) = 60.47%

 BLUE value IS 37 (14.84% from 255) = 17.21%

R = 22.33%
G = 60.47%
B = 17.21%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#308225 (or 0x308225) is known color: Bilbao. HEX triplet: 30, 82 and 25. RGB value is (48,130,37). Sum of RGB (Red+Green+Blue) = 48+130+37=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 130 (51.17% from 255 or 60.47% from 215); Blue value is 37 (14.84% from 255 or 17.21% from 215); Max value from RGB is 130 - color contains mainly: green. Hex color #308225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308225 is #CF7DDA. Grayscale: #5F5F5F. Windows color (decimal): -13598171 or 2458160. OLE color: 2458160.

HSL color Cylindrical-coordinate representation of color #308225: hue angle of 112.9º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #308225 is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 130 37 -
CMYK 0.63 0 0.72 0.49
HSL 112.9º 0.56% 0.33% -
HSV(B) 112.9º 0.72% 0.51% -
XYZ 9.54 16.73 4.48 -
YUV 94.88 95.33 94.56 -
System Red Green Blue C M Y K H S L
Decimal 48 130 37 0.63 0 0.72 0.49 112.9 0.56 0.33
Hex 30 82 25 3F 0 48 31 71 38 21
Octal 60 202 45 77 0 110 61 161 70 41
Binary 110000 10000010 100101 111111 0 1001000 110001 1110001 111000 100001

Color Harmonies of #308225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308225

Black with #308225

Text Example


Text Example

White with #308225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308225; }

 p { color: rgb(48,130,37); }

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

background-color css

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

 a { background-color: rgb(48,130,37); }

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

border-color css

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

 span { border-color: rgb(48,130,37); }

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