Html Css Color HEX #2B3002 Green Waterloo

📋 copy color: '#2B3002'

red 43 ◦ green 48 ◦ blue 2

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

Shades of Green Waterloo #2B3002

Tints of Green Waterloo #2B3002

RGB

 RED value IS 43 (17.19% from 255) = 46.24%

 GREEN value IS 48 (19.14% from 255) = 51.61%

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

R = 46.24%
G = 51.61%
B = 2.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#2B3002 (or 0x2B3002) is known color: Green Waterloo. HEX triplet: 2B, 30 and 02. RGB value is (43,48,2). Sum of RGB (Red+Green+Blue) = 43+48+2=93 (12% of max value = 765). Red value is 43 (17.19% from 255 or 46.24% from 93); Green value is 48 (19.14% from 255 or 51.61% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 48 - color contains mainly: green. Hex color #2B3002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B3002 is #D4CFFD. Grayscale: #292929. Windows color (decimal): -13946878 or 143403. OLE color: 143403.

HSL color Cylindrical-coordinate representation of color #2B3002: hue angle of 66.52º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B3002 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB 43 48 2 -
CMYK 0.10 0 0.96 0.81
HSL 66.52º 0.92% 0.1% -
HSV(B) 66.52º 0.96% 0.19% -
XYZ 2.06 2.63 0.46 -
YUV 41.26 105.84 129.24 -
System Red Green Blue C M Y K H S L
Decimal 43 48 2 0.10 0 0.96 0.81 66.52 0.92 0.1
Hex 2B 30 2 A 0 60 51 43 5C A
Octal 53 60 2 12 0 140 121 103 134 12
Binary 101011 110000 10 1010 0 1100000 1010001 1000011 1011100 1010

Color Harmonies of #2B3002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3002

Black with #2B3002

Text Example


Text Example

White with #2B3002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B3002; }

 p { color: rgb(43,48,2); }

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

background-color css

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

 a { background-color: rgb(43,48,2); }

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

border-color css

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

 span { border-color: rgb(43,48,2); }

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