Html Css Color HEX #30871D Bilbao

📋 copy color: '#30871D'

red 48 ◦ green 135 ◦ blue 29

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

Shades of Bilbao #30871D

Tints of Bilbao #30871D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 63.68%

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

R = 22.64%
G = 63.68%
B = 13.68%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#30871D (or 0x30871D) is known color: Bilbao. HEX triplet: 30, 87 and 1D. RGB value is (48,135,29). Sum of RGB (Red+Green+Blue) = 48+135+29=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 135 (53.12% from 255 or 63.68% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 135 - color contains mainly: green. Hex color #30871D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30871D is #CF78E2. Grayscale: #616161. Windows color (decimal): -13596899 or 1935152. OLE color: 1935152.

HSL color Cylindrical-coordinate representation of color #30871D: hue angle of 109.25º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30871D is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 135 29 -
CMYK 0.64 0 0.79 0.47
HSL 109.25º 0.65% 0.32% -
HSV(B) 109.25º 0.79% 0.53% -
XYZ 10.1 18.05 4.11 -
YUV 96.9 89.68 93.12 -
System Red Green Blue C M Y K H S L
Decimal 48 135 29 0.64 0 0.79 0.47 109.25 0.65 0.32
Hex 30 87 1D 40 0 4F 2F 6D 41 20
Octal 60 207 35 100 0 117 57 155 101 40
Binary 110000 10000111 11101 1000000 0 1001111 101111 1101101 1000001 100000

Color Harmonies of #30871D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30871D

Black with #30871D

Text Example


Text Example

White with #30871D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30871D; }

 p { color: rgb(48,135,29); }

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

background-color css

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

 a { background-color: rgb(48,135,29); }

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

border-color css

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

 span { border-color: rgb(48,135,29); }

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