Html Css Color HEX #2B424B Green Vogue

📋 copy color: '#2B424B'

red 43 ◦ green 66 ◦ blue 75

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

Shades of Green Vogue #2B424B

Tints of Green Vogue #2B424B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.87%

 BLUE value IS 75 (29.69% from 255) = 40.76%

R = 23.37%
G = 35.87%
B = 40.76%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2B424B (or 0x2B424B) is known color: Green Vogue. HEX triplet: 2B, 42 and 4B. RGB value is (43,66,75). Sum of RGB (Red+Green+Blue) = 43+66+75=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 75 - color contains mainly: blue. Hex color #2B424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B424B is #D4BDB4. Grayscale: #3C3C3C. Windows color (decimal): -13942197 or 4932139. OLE color: 4932139.

HSL color Cylindrical-coordinate representation of color #2B424B: hue angle of 196.88º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2B424B is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 43 66 75 -
CMYK 0.43 0.12 0 0.71
HSL 196.88º 0.27% 0.23% -
HSV(B) 196.88º 0.43% 0.29% -
XYZ 4.21 4.92 7.38 -
YUV 60.15 136.38 115.77 -
System Red Green Blue C M Y K H S L
Decimal 43 66 75 0.43 0.12 0 0.71 196.88 0.27 0.23
Hex 2B 42 4B 2B C 0 47 C5 1B 17
Octal 53 102 113 53 14 0 107 305 33 27
Binary 101011 1000010 1001011 101011 1100 0 1000111 11000101 11011 10111

Color Harmonies of #2B424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B424B

Black with #2B424B

Text Example


Text Example

White with #2B424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,66,75); }

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

background-color css

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

 a { background-color: rgb(43,66,75); }

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

border-color css

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

 span { border-color: rgb(43,66,75); }

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