Html Css Color HEX #348A02 Bilbao

📋 copy color: '#348A02'

red 52 ◦ green 138 ◦ blue 2

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

Shades of Bilbao #348A02

Tints of Bilbao #348A02

RGB

 RED value IS 52 (20.7% from 255) = 27.08%

 GREEN value IS 138 (54.3% from 255) = 71.88%

 BLUE value IS 2 (1.17% from 255) = 1.04%

R = 27.08%
G = 71.88%
B = 1.04%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#348A02 (or 0x348A02) is known color: Bilbao. HEX triplet: 34, 8A and 02. RGB value is (52,138,2). Sum of RGB (Red+Green+Blue) = 52+138+2=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 138 (54.30% from 255 or 71.88% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 138 - color contains mainly: green. Hex color #348A02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #348A02 is #CB75FD. Grayscale: #616161. Windows color (decimal): -13334014 or 166452. OLE color: 166452.

HSL color Cylindrical-coordinate representation of color #348A02: hue angle of 97.94º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #348A02 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 138 2 -
CMYK 0.62 0 0.99 0.46
HSL 97.94º 0.97% 0.27% -
HSV(B) 97.94º 0.99% 0.54% -
XYZ 10.52 18.91 3.15 -
YUV 96.78 74.51 96.06 -
System Red Green Blue C M Y K H S L
Decimal 52 138 2 0.62 0 0.99 0.46 97.94 0.97 0.27
Hex 34 8A 2 3E 0 63 2E 62 61 1B
Octal 64 212 2 76 0 143 56 142 141 33
Binary 110100 10001010 10 111110 0 1100011 101110 1100010 1100001 11011

Color Harmonies of #348A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348A02

Black with #348A02

Text Example


Text Example

White with #348A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348A02; }

 p { color: rgb(52,138,2); }

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

background-color css

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

 a { background-color: rgb(52,138,2); }

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

border-color css

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

 span { border-color: rgb(52,138,2); }

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