Html Css Color HEX #123825 Cardin Green

📋 copy color: '#123825'

red 18 ◦ green 56 ◦ blue 37

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

Shades of Cardin Green #123825

Tints of Cardin Green #123825

RGB

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

 GREEN value IS 56 (22.27% from 255) = 50.45%

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

R = 16.22%
G = 50.45%
B = 33.33%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.34

 K value IS 0.78

RGB Variations

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

Color information

#123825 (or 0x123825) is known color: Cardin Green. HEX triplet: 12, 38 and 25. RGB value is (18,56,37). Sum of RGB (Red+Green+Blue) = 18+56+37=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 56 (22.27% from 255 or 50.45% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 56 - color contains mainly: green. Hex color #123825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123825 is #EDC7DA. Grayscale: #2A2A2A. Windows color (decimal): -15583195 or 2439186. OLE color: 2439186.

HSL color Cylindrical-coordinate representation of color #123825: hue angle of 150º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #123825 is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.78.

Color convert

RGB 18 56 37 -
CMYK 0.68 0 0.34 0.78
HSL 150º 0.51% 0.15% -
HSV(B) 150º 0.68% 0.22% -
XYZ 2 3.09 2.24 -
YUV 42.47 124.91 110.54 -
System Red Green Blue C M Y K H S L
Decimal 18 56 37 0.68 0 0.34 0.78 150 0.51 0.15
Hex 12 38 25 44 0 22 4E 96 33 F
Octal 22 70 45 104 0 42 116 226 63 17
Binary 10010 111000 100101 1000100 0 100010 1001110 10010110 110011 1111

Color Harmonies of #123825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123825

Black with #123825

Text Example


Text Example

White with #123825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123825; }

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

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

background-color css

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

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

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

border-color css

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

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

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