Html Css Color HEX #256F01 Bilbao

📋 copy color: '#256F01'

red 37 ◦ green 111 ◦ blue 1

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

Shades of Bilbao #256F01

Tints of Bilbao #256F01

RGB

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

 GREEN value IS 111 (43.75% from 255) = 74.5%

 BLUE value IS 1 (0.78% from 255) = 0.67%

R = 24.83%
G = 74.5%
B = 0.67%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#256F01 (or 0x256F01) is known color: Bilbao. HEX triplet: 25, 6F and 01. RGB value is (37,111,1). Sum of RGB (Red+Green+Blue) = 37+111+1=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 111 (43.75% from 255 or 74.50% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 111 - color contains mainly: green. Hex color #256F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #256F01 is #DA90FE. Grayscale: #4C4C4C. Windows color (decimal): -14323967 or 93989. OLE color: 93989.

HSL color Cylindrical-coordinate representation of color #256F01: hue angle of 100.36º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #256F01 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 37 111 1 -
CMYK 0.67 0 0.99 0.56
HSL 100.36º 0.98% 0.22% -
HSV(B) 100.36º 0.99% 0.44% -
XYZ 6.45 11.76 1.96 -
YUV 76.33 85.48 99.94 -
System Red Green Blue C M Y K H S L
Decimal 37 111 1 0.67 0 0.99 0.56 100.36 0.98 0.22
Hex 25 6F 1 43 0 63 38 64 62 16
Octal 45 157 1 103 0 143 70 144 142 26
Binary 100101 1101111 1 1000011 0 1100011 111000 1100100 1100010 10110

Color Harmonies of #256F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256F01

Black with #256F01

Text Example


Text Example

White with #256F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,111,1); }

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

background-color css

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

 a { background-color: rgb(37,111,1); }

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

border-color css

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

 span { border-color: rgb(37,111,1); }

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