Html Css Color HEX #233F2F English Holly

📋 copy color: '#233F2F'

red 35 ◦ green 63 ◦ blue 47

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

Shades of English Holly #233F2F

Tints of English Holly #233F2F

RGB

 RED value IS 35 (14.06% from 255) = 24.14%

 GREEN value IS 63 (25% from 255) = 43.45%

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

R = 24.14%
G = 43.45%
B = 32.41%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#233F2F (or 0x233F2F) is known color: English Holly. HEX triplet: 23, 3F and 2F. RGB value is (35,63,47). Sum of RGB (Red+Green+Blue) = 35+63+47=145 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.14% from 145); Green value is 63 (25% from 255 or 43.45% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 63 - color contains mainly: green. Hex color #233F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233F2F is #DCC0D0. Grayscale: #343434. Windows color (decimal): -14467281 or 3096355. OLE color: 3096355.

HSL color Cylindrical-coordinate representation of color #233F2F: hue angle of 145.71º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #233F2F is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB 35 63 47 -
CMYK 0.44 0 0.25 0.75
HSL 145.71º 0.29% 0.19% -
HSV(B) 145.71º 0.44% 0.25% -
XYZ 2.98 4.12 3.33 -
YUV 52.8 124.72 115.3 -
System Red Green Blue C M Y K H S L
Decimal 35 63 47 0.44 0 0.25 0.75 145.71 0.29 0.19
Hex 23 3F 2F 2C 0 19 4B 92 1D 13
Octal 43 77 57 54 0 31 113 222 35 23
Binary 100011 111111 101111 101100 0 11001 1001011 10010010 11101 10011

Color Harmonies of #233F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233F2F

Black with #233F2F

Text Example


Text Example

White with #233F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233F2F; }

 p { color: rgb(35,63,47); }

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

background-color css

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

 a { background-color: rgb(35,63,47); }

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

border-color css

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

 span { border-color: rgb(35,63,47); }

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