Html Css Color HEX #438002 Bilbao

📋 copy color: '#438002'

red 67 ◦ green 128 ◦ blue 2

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

Shades of Bilbao #438002

Tints of Bilbao #438002

RGB

 RED value IS 67 (26.56% from 255) = 34.01%

 GREEN value IS 128 (50.39% from 255) = 64.97%

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

R = 34.01%
G = 64.97%
B = 1.02%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#438002 (or 0x438002) is known color: Bilbao. HEX triplet: 43, 80 and 02. RGB value is (67,128,2). Sum of RGB (Red+Green+Blue) = 67+128+2=197 (26% of max value = 765). Red value is 67 (26.56% from 255 or 34.01% from 197); Green value is 128 (50.39% from 255 or 64.97% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 128 - color contains mainly: green. Hex color #438002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #438002 is #BC7FFD. Grayscale: #5F5F5F. Windows color (decimal): -12353534 or 163907. OLE color: 163907.

HSL color Cylindrical-coordinate representation of color #438002: hue angle of 89.05º 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 #438002 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB 67 128 2 -
CMYK 0.48 0 0.98 0.50
HSL 89.05º 0.97% 0.25% -
HSV(B) 89.05º 0.98% 0.5% -
XYZ 10.04 16.64 2.74 -
YUV 95.4 75.29 107.75 -
System Red Green Blue C M Y K H S L
Decimal 67 128 2 0.48 0 0.98 0.50 89.05 0.97 0.25
Hex 43 80 2 30 0 62 32 59 61 19
Octal 103 200 2 60 0 142 62 131 141 31
Binary 1000011 10000000 10 110000 0 1100010 110010 1011001 1100001 11001

Color Harmonies of #438002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438002

Black with #438002

Text Example


Text Example

White with #438002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438002; }

 p { color: rgb(67,128,2); }

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

background-color css

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

 a { background-color: rgb(67,128,2); }

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

border-color css

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

 span { border-color: rgb(67,128,2); }

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