Html Css Color HEX #133C23 Deep Fir

📋 copy color: '#133C23'

red 19 ◦ green 60 ◦ blue 35

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

Shades of Deep Fir #133C23

Tints of Deep Fir #133C23

RGB

 RED value IS 19 (7.81% from 255) = 16.67%

 GREEN value IS 60 (23.83% from 255) = 52.63%

 BLUE value IS 35 (14.06% from 255) = 30.7%

R = 16.67%
G = 52.63%
B = 30.7%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.42

 K value IS 0.76

RGB Variations

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

Color information

#133C23 (or 0x133C23) is known color: Deep Fir. HEX triplet: 13, 3C and 23. RGB value is (19,60,35). Sum of RGB (Red+Green+Blue) = 19+60+35=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 60 (23.83% from 255 or 52.63% from 114); Blue value is 35 (14.06% from 255 or 30.70% from 114); Max value from RGB is 60 - color contains mainly: green. Hex color #133C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133C23 is #ECC3DC. Grayscale: #2C2C2C. Windows color (decimal): -15516637 or 2309139. OLE color: 2309139.

HSL color Cylindrical-coordinate representation of color #133C23: hue angle of 143.41º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #133C23 is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 60 35 -
CMYK 0.68 0 0.42 0.76
HSL 143.41º 0.52% 0.15% -
HSV(B) 143.41º 0.68% 0.24% -
XYZ 2.19 3.49 2.15 -
YUV 44.89 122.42 109.53 -
System Red Green Blue C M Y K H S L
Decimal 19 60 35 0.68 0 0.42 0.76 143.41 0.52 0.15
Hex 13 3C 23 44 0 2A 4C 8F 34 F
Octal 23 74 43 104 0 52 114 217 64 17
Binary 10011 111100 100011 1000100 0 101010 1001100 10001111 110100 1111

Color Harmonies of #133C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133C23

Black with #133C23

Text Example


Text Example

White with #133C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133C23; }

 p { color: rgb(19,60,35); }

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

background-color css

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

 a { background-color: rgb(19,60,35); }

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

border-color css

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

 span { border-color: rgb(19,60,35); }

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