Html Css Color HEX #01923D Pigment Green

📋 copy color: '#01923D'

red 1 ◦ green 146 ◦ blue 61

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

Shades of Pigment Green #01923D

Tints of Pigment Green #01923D

RGB

 RED value IS 1 (0.78% from 255) = 0.48%

 GREEN value IS 146 (57.42% from 255) = 70.19%

 BLUE value IS 61 (24.22% from 255) = 29.33%

R = 0.48%
G = 70.19%
B = 29.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.58

 K value IS 0.43

RGB Variations

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

Color information

#01923D (or 0x01923D) is known color: Pigment Green. HEX triplet: 01, 92 and 3D. RGB value is (1,146,61). Sum of RGB (Red+Green+Blue) = 1+146+61=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 146 (57.42% from 255 or 70.19% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 146 - color contains mainly: green. Hex color #01923D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01923D is #FE6DC2. Grayscale: #5D5D5D. Windows color (decimal): -16674243 or 4035073. OLE color: 4035073.

HSL color Cylindrical-coordinate representation of color #01923D: hue angle of 144.83º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01923D is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 146 61 -
CMYK 0.99 0 0.58 0.43
HSL 144.83º 0.99% 0.29% -
HSV(B) 144.83º 0.99% 0.57% -
XYZ 11.13 20.9 7.86 -
YUV 92.96 109.96 62.41 -
System Red Green Blue C M Y K H S L
Decimal 1 146 61 0.99 0 0.58 0.43 144.83 0.99 0.29
Hex 1 92 3D 63 0 3A 2B 91 63 1D
Octal 1 222 75 143 0 72 53 221 143 35
Binary 1 10010010 111101 1100011 0 111010 101011 10010001 1100011 11101

Color Harmonies of #01923D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01923D

Black with #01923D

Text Example


Text Example

White with #01923D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01923D; }

 p { color: rgb(1,146,61); }

 H1.HeaderClassName
 {
   color: #01923D;
 }
 .AnyTagClassName
 {
   color: #01923D;
 }
</style>

background-color css

<style>
 a { background-color: #01923D; }

 a { background-color: rgb(1,146,61); }

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

border-color css

<style>
 span { border-color: #01923D; }

 span { border-color: rgb(1,146,61); }

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