Html Css Color HEX #12281E Cardin Green

📋 copy color: '#12281E'

red 18 ◦ green 40 ◦ blue 30

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

Shades of Cardin Green #12281E

Tints of Cardin Green #12281E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 45.45%

 BLUE value IS 30 (12.11% from 255) = 34.09%

R = 20.45%
G = 45.45%
B = 34.09%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.84

RGB Variations

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

Color information

#12281E (or 0x12281E) is known color: Cardin Green. HEX triplet: 12, 28 and 1E. RGB value is (18,40,30). Sum of RGB (Red+Green+Blue) = 18+40+30=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 40 (16.02% from 255 or 45.45% from 88); Blue value is 30 (12.11% from 255 or 34.09% from 88); Max value from RGB is 40 - color contains mainly: green. Hex color #12281E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12281E is #EDD7E1. Grayscale: #202020. Windows color (decimal): -15587298 or 1976338. OLE color: 1976338.

HSL color Cylindrical-coordinate representation of color #12281E: hue angle of 152.73º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #12281E is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 40 30 -
CMYK 0.55 0 0.25 0.84
HSL 152.73º 0.38% 0.11% -
HSV(B) 152.73º 0.55% 0.16% -
XYZ 1.24 1.74 1.5 -
YUV 32.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 18 40 30 0.55 0 0.25 0.84 152.73 0.38 0.11
Hex 12 28 1E 37 0 19 54 99 26 B
Octal 22 50 36 67 0 31 124 231 46 13
Binary 10010 101000 11110 110111 0 11001 1010100 10011001 100110 1011

Color Harmonies of #12281E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12281E

Black with #12281E

Text Example


Text Example

White with #12281E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12281E; }

 p { color: rgb(18,40,30); }

 H1.HeaderClassName
 {
   color: #12281E;
 }
 .AnyTagClassName
 {
   color: #12281E;
 }
</style>

background-color css

<style>
 a { background-color: #12281E; }

 a { background-color: rgb(18,40,30); }

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

border-color css

<style>
 span { border-color: #12281E; }

 span { border-color: rgb(18,40,30); }

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