Html Css Color HEX #337F02 Bilbao

📋 copy color: '#337F02'

red 51 ◦ green 127 ◦ blue 2

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

Shades of Bilbao #337F02

Tints of Bilbao #337F02

RGB

 RED value IS 51 (20.31% from 255) = 28.33%

 GREEN value IS 127 (50% from 255) = 70.56%

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

R = 28.33%
G = 70.56%
B = 1.11%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#337F02 (or 0x337F02) is known color: Bilbao. HEX triplet: 33, 7F and 02. RGB value is (51,127,2). Sum of RGB (Red+Green+Blue) = 51+127+2=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 127 (50% from 255 or 70.56% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 127 - color contains mainly: green. Hex color #337F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337F02 is #CC80FD. Grayscale: #5A5A5A. Windows color (decimal): -13402366 or 163635. OLE color: 163635.

HSL color Cylindrical-coordinate representation of color #337F02: hue angle of 96.48º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #337F02 is Cyan = 0.60, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 127 2 -
CMYK 0.60 0 0.98 0.50
HSL 96.48º 0.97% 0.25% -
HSV(B) 96.48º 0.98% 0.5% -
XYZ 8.97 15.89 2.65 -
YUV 90.03 78.32 100.16 -
System Red Green Blue C M Y K H S L
Decimal 51 127 2 0.60 0 0.98 0.50 96.48 0.97 0.25
Hex 33 7F 2 3C 0 62 32 60 61 19
Octal 63 177 2 74 0 142 62 140 141 31
Binary 110011 1111111 10 111100 0 1100010 110010 1100000 1100001 11001

Color Harmonies of #337F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337F02

Black with #337F02

Text Example


Text Example

White with #337F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337F02; }

 p { color: rgb(51,127,2); }

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

background-color css

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

 a { background-color: rgb(51,127,2); }

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

border-color css

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

 span { border-color: rgb(51,127,2); }

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