Html Css Color HEX #12251B Cardin Green

📋 copy color: '#12251B'

red 18 ◦ green 37 ◦ blue 27

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

Shades of Cardin Green #12251B

Tints of Cardin Green #12251B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 45.12%

 BLUE value IS 27 (10.94% from 255) = 32.93%

R = 21.95%
G = 45.12%
B = 32.93%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.27

 K value IS 0.85

RGB Variations

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

Color information

#12251B (or 0x12251B) is known color: Cardin Green. HEX triplet: 12, 25 and 1B. RGB value is (18,37,27). Sum of RGB (Red+Green+Blue) = 18+37+27=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 37 (14.84% from 255 or 45.12% from 82); Blue value is 27 (10.94% from 255 or 32.93% from 82); Max value from RGB is 37 - color contains mainly: green. Hex color #12251B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12251B is #EDDAE4. Grayscale: #1E1E1E. Windows color (decimal): -15588069 or 1778962. OLE color: 1778962.

HSL color Cylindrical-coordinate representation of color #12251B: hue angle of 148.42º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #12251B is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 37 27 -
CMYK 0.51 0 0.27 0.85
HSL 148.42º 0.35% 0.11% -
HSV(B) 148.42º 0.51% 0.15% -
XYZ 1.11 1.53 1.27 -
YUV 30.18 126.21 119.31 -
System Red Green Blue C M Y K H S L
Decimal 18 37 27 0.51 0 0.27 0.85 148.42 0.35 0.11
Hex 12 25 1B 33 0 1B 55 94 23 B
Octal 22 45 33 63 0 33 125 224 43 13
Binary 10010 100101 11011 110011 0 11011 1010101 10010100 100011 1011

Color Harmonies of #12251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12251B

Black with #12251B

Text Example


Text Example

White with #12251B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12251B; }

 p { color: rgb(18,37,27); }

 H1.HeaderClassName
 {
   color: #12251B;
 }
 .AnyTagClassName
 {
   color: #12251B;
 }
</style>

background-color css

<style>
 a { background-color: #12251B; }

 a { background-color: rgb(18,37,27); }

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

border-color css

<style>
 span { border-color: #12251B; }

 span { border-color: rgb(18,37,27); }

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