Html Css Color HEX #256B02 Bilbao

📋 copy color: '#256B02'

red 37 ◦ green 107 ◦ blue 2

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

Shades of Bilbao #256B02

Tints of Bilbao #256B02

RGB

 RED value IS 37 (14.84% from 255) = 25.34%

 GREEN value IS 107 (42.19% from 255) = 73.29%

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

R = 25.34%
G = 73.29%
B = 1.37%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#256B02 (or 0x256B02) is known color: Bilbao. HEX triplet: 25, 6B and 02. RGB value is (37,107,2). Sum of RGB (Red+Green+Blue) = 37+107+2=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 107 (42.19% from 255 or 73.29% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 107 - color contains mainly: green. Hex color #256B02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256B02 is #DA94FD. Grayscale: #4A4A4A. Windows color (decimal): -14324990 or 158501. OLE color: 158501.

HSL color Cylindrical-coordinate representation of color #256B02: hue angle of 100º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #256B02 is Cyan = 0.65, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.

Color convert

RGB 37 107 2 -
CMYK 0.65 0 0.98 0.58
HSL 100º 0.96% 0.21% -
HSV(B) 100º 0.98% 0.42% -
XYZ 6.03 10.91 1.85 -
YUV 74.1 87.31 101.54 -
System Red Green Blue C M Y K H S L
Decimal 37 107 2 0.65 0 0.98 0.58 100 0.96 0.21
Hex 25 6B 2 41 0 62 3A 64 60 15
Octal 45 153 2 101 0 142 72 144 140 25
Binary 100101 1101011 10 1000001 0 1100010 111010 1100100 1100000 10101

Color Harmonies of #256B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256B02

Black with #256B02

Text Example


Text Example

White with #256B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256B02; }

 p { color: rgb(37,107,2); }

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

background-color css

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

 a { background-color: rgb(37,107,2); }

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

border-color css

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

 span { border-color: rgb(37,107,2); }

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