Html Css Color HEX #308024 Bilbao

📋 copy color: '#308024'

red 48 ◦ green 128 ◦ blue 36

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

Shades of Bilbao #308024

Tints of Bilbao #308024

RGB

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

 GREEN value IS 128 (50.39% from 255) = 60.38%

 BLUE value IS 36 (14.45% from 255) = 16.98%

R = 22.64%
G = 60.38%
B = 16.98%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.72

 K value IS 0.50

RGB Variations

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

Color information

#308024 (or 0x308024) is known color: Bilbao. HEX triplet: 30, 80 and 24. RGB value is (48,128,36). Sum of RGB (Red+Green+Blue) = 48+128+36=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 128 (50.39% from 255 or 60.38% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 128 - color contains mainly: green. Hex color #308024 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308024 is #CF7FDB. Grayscale: #5D5D5D. Windows color (decimal): -13598684 or 2392112. OLE color: 2392112.

HSL color Cylindrical-coordinate representation of color #308024: hue angle of 112.17º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #308024 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 128 36 -
CMYK 0.62 0 0.72 0.50
HSL 112.17º 0.56% 0.32% -
HSV(B) 112.17º 0.72% 0.5% -
XYZ 9.26 16.19 4.31 -
YUV 93.59 95.5 95.48 -
System Red Green Blue C M Y K H S L
Decimal 48 128 36 0.62 0 0.72 0.50 112.17 0.56 0.32
Hex 30 80 24 3E 0 48 32 70 38 20
Octal 60 200 44 76 0 110 62 160 70 40
Binary 110000 10000000 100100 111110 0 1001000 110010 1110000 111000 100000

Color Harmonies of #308024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308024

Black with #308024

Text Example


Text Example

White with #308024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308024; }

 p { color: rgb(48,128,36); }

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

background-color css

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

 a { background-color: rgb(48,128,36); }

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

border-color css

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

 span { border-color: rgb(48,128,36); }

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