Html Css Color HEX #123125 Cardin Green

📋 copy color: '#123125'

red 18 ◦ green 49 ◦ blue 37

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

Shades of Cardin Green #123125

Tints of Cardin Green #123125

RGB

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

 GREEN value IS 49 (19.53% from 255) = 47.12%

 BLUE value IS 37 (14.84% from 255) = 35.58%

R = 17.31%
G = 47.12%
B = 35.58%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.24

 K value IS 0.81

RGB Variations

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

Color information

#123125 (or 0x123125) is known color: Cardin Green. HEX triplet: 12, 31 and 25. RGB value is (18,49,37). Sum of RGB (Red+Green+Blue) = 18+49+37=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 37 (14.84% from 255 or 35.58% from 104); Max value from RGB is 49 - color contains mainly: green. Hex color #123125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123125 is #EDCEDA. Grayscale: #262626. Windows color (decimal): -15584987 or 2437394. OLE color: 2437394.

HSL color Cylindrical-coordinate representation of color #123125: hue angle of 156.77º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #123125 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.81.

Color convert

RGB 18 49 37 -
CMYK 0.63 0 0.24 0.81
HSL 156.77º 0.46% 0.13% -
HSV(B) 156.77º 0.63% 0.19% -
XYZ 1.68 2.46 2.14 -
YUV 38.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 18 49 37 0.63 0 0.24 0.81 156.77 0.46 0.13
Hex 12 31 25 3F 0 18 51 9D 2E D
Octal 22 61 45 77 0 30 121 235 56 15
Binary 10010 110001 100101 111111 0 11000 1010001 10011101 101110 1101

Color Harmonies of #123125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123125

Black with #123125

Text Example


Text Example

White with #123125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123125; }

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

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

background-color css

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

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

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

border-color css

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

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

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