Html Css Color HEX #153127 Cardin Green

📋 copy color: '#153127'

red 21 ◦ green 49 ◦ blue 39

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

Shades of Cardin Green #153127

Tints of Cardin Green #153127

RGB

 RED value IS 21 (8.59% from 255) = 19.27%

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

 BLUE value IS 39 (15.63% from 255) = 35.78%

R = 19.27%
G = 44.95%
B = 35.78%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.20

 K value IS 0.81

RGB Variations

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

Color information

#153127 (or 0x153127) is known color: Cardin Green. HEX triplet: 15, 31 and 27. RGB value is (21,49,39). Sum of RGB (Red+Green+Blue) = 21+49+39=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 49 (19.53% from 255 or 44.95% from 109); Blue value is 39 (15.62% from 255 or 35.78% from 109); Max value from RGB is 49 - color contains mainly: green. Hex color #153127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153127 is #EACED8. Grayscale: #272727. Windows color (decimal): -15388377 or 2568469. OLE color: 2568469.

HSL color Cylindrical-coordinate representation of color #153127: hue angle of 158.57º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #153127 is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.81.

Color convert

RGB 21 49 39 -
CMYK 0.57 0 0.20 0.81
HSL 158.57º 0.4% 0.14% -
HSV(B) 158.57º 0.57% 0.19% -
XYZ 1.77 2.5 2.31 -
YUV 39.49 127.72 114.81 -
System Red Green Blue C M Y K H S L
Decimal 21 49 39 0.57 0 0.20 0.81 158.57 0.4 0.14
Hex 15 31 27 39 0 14 51 9F 28 E
Octal 25 61 47 71 0 24 121 237 50 16
Binary 10101 110001 100111 111001 0 10100 1010001 10011111 101000 1110

Color Harmonies of #153127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153127

Black with #153127

Text Example


Text Example

White with #153127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153127; }

 p { color: rgb(21,49,39); }

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

background-color css

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

 a { background-color: rgb(21,49,39); }

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

border-color css

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

 span { border-color: rgb(21,49,39); }

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