Html Css Color HEX #2F3230 Holly

📋 copy color: '#2F3230'

red 47 ◦ green 50 ◦ blue 48

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

Shades of Holly #2F3230

Tints of Holly #2F3230

RGB

 RED value IS 47 (18.75% from 255) = 32.41%

 GREEN value IS 50 (19.92% from 255) = 34.48%

 BLUE value IS 48 (19.14% from 255) = 33.1%

R = 32.41%
G = 34.48%
B = 33.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.80

RGB Variations

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

Color information

#2F3230 (or 0x2F3230) is known color: Holly. HEX triplet: 2F, 32 and 30. RGB value is (47,50,48). Sum of RGB (Red+Green+Blue) = 47+50+48=145 (19% of max value = 765). Red value is 47 (18.75% from 255 or 32.41% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 50 - color contains mainly: green. Hex color #2F3230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3230 is #D0CDCF. Grayscale: #303030. Windows color (decimal): -13684176 or 3158575. OLE color: 3158575.

HSL color Cylindrical-coordinate representation of color #2F3230: hue angle of 140º degrees, saturation: 0.03, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #2F3230 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB 47 50 48 -
CMYK 0.06 0 0.04 0.80
HSL 140º 0.03% 0.19% -
HSV(B) 140º 0.06% 0.2% -
XYZ 2.85 3.1 3.24 -
YUV 48.88 127.51 126.66 -
System Red Green Blue C M Y K H S L
Decimal 47 50 48 0.06 0 0.04 0.80 140 0.03 0.19
Hex 2F 32 30 6 0 4 50 8C 3 13
Octal 57 62 60 6 0 4 120 214 3 23
Binary 101111 110010 110000 110 0 100 1010000 10001100 11 10011

Color Harmonies of #2F3230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3230

Black with #2F3230

Text Example


Text Example

White with #2F3230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,50,48); }

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

background-color css

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

 a { background-color: rgb(47,50,48); }

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

border-color css

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

 span { border-color: rgb(47,50,48); }

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