Html Css Color HEX #122F21 Cardin Green

📋 copy color: '#122F21'

red 18 ◦ green 47 ◦ blue 33

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

Shades of Cardin Green #122F21

Tints of Cardin Green #122F21

RGB

 RED value IS 18 (7.42% from 255) = 18.37%

 GREEN value IS 47 (18.75% from 255) = 47.96%

 BLUE value IS 33 (13.28% from 255) = 33.67%

R = 18.37%
G = 47.96%
B = 33.67%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.30

 K value IS 0.82

RGB Variations

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

Color information

#122F21 (or 0x122F21) is known color: Cardin Green. HEX triplet: 12, 2F and 21. RGB value is (18,47,33). Sum of RGB (Red+Green+Blue) = 18+47+33=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 47 (18.75% from 255 or 47.96% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 47 - color contains mainly: green. Hex color #122F21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122F21 is #EDD0DE. Grayscale: #242424. Windows color (decimal): -15585503 or 2174738. OLE color: 2174738.

HSL color Cylindrical-coordinate representation of color #122F21: hue angle of 151.03º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #122F21 is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.82.

Color convert

RGB 18 47 33 -
CMYK 0.62 0 0.30 0.82
HSL 151.03º 0.45% 0.13% -
HSV(B) 151.03º 0.62% 0.18% -
XYZ 1.54 2.27 1.8 -
YUV 36.73 125.89 114.64 -
System Red Green Blue C M Y K H S L
Decimal 18 47 33 0.62 0 0.30 0.82 151.03 0.45 0.13
Hex 12 2F 21 3E 0 1E 52 97 2D D
Octal 22 57 41 76 0 36 122 227 55 15
Binary 10010 101111 100001 111110 0 11110 1010010 10010111 101101 1101

Color Harmonies of #122F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122F21

Black with #122F21

Text Example


Text Example

White with #122F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122F21; }

 p { color: rgb(18,47,33); }

 H1.HeaderClassName
 {
   color: #122F21;
 }
 .AnyTagClassName
 {
   color: #122F21;
 }
</style>

background-color css

<style>
 a { background-color: #122F21; }

 a { background-color: rgb(18,47,33); }

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

border-color css

<style>
 span { border-color: #122F21; }

 span { border-color: rgb(18,47,33); }

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