Html Css Color HEX #307023 Bilbao

📋 copy color: '#307023'

red 48 ◦ green 112 ◦ blue 35

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

Shades of Bilbao #307023

Tints of Bilbao #307023

RGB

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

 GREEN value IS 112 (44.14% from 255) = 57.44%

 BLUE value IS 35 (14.06% from 255) = 17.95%

R = 24.62%
G = 57.44%
B = 17.95%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#307023 (or 0x307023) is known color: Bilbao. HEX triplet: 30, 70 and 23. RGB value is (48,112,35). Sum of RGB (Red+Green+Blue) = 48+112+35=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 112 (44.14% from 255 or 57.44% from 195); Blue value is 35 (14.06% from 255 or 17.95% from 195); Max value from RGB is 112 - color contains mainly: green. Hex color #307023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307023 is #CF8FDC. Grayscale: #545454. Windows color (decimal): -13602781 or 2322480. OLE color: 2322480.

HSL color Cylindrical-coordinate representation of color #307023: hue angle of 109.87º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #307023 is Cyan = 0.57, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 112 35 -
CMYK 0.57 0 0.69 0.56
HSL 109.87º 0.52% 0.29% -
HSV(B) 109.87º 0.69% 0.44% -
XYZ 7.32 12.34 3.59 -
YUV 84.09 100.3 102.26 -
System Red Green Blue C M Y K H S L
Decimal 48 112 35 0.57 0 0.69 0.56 109.87 0.52 0.29
Hex 30 70 23 39 0 45 38 6E 34 1D
Octal 60 160 43 71 0 105 70 156 64 35
Binary 110000 1110000 100011 111001 0 1000101 111000 1101110 110100 11101

Color Harmonies of #307023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307023

Black with #307023

Text Example


Text Example

White with #307023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307023; }

 p { color: rgb(48,112,35); }

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

background-color css

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

 a { background-color: rgb(48,112,35); }

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

border-color css

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

 span { border-color: rgb(48,112,35); }

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