Html Css Color HEX #152D1F Cardin Green

📋 copy color: '#152D1F'

red 21 ◦ green 45 ◦ blue 31

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

Shades of Cardin Green #152D1F

Tints of Cardin Green #152D1F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 46.39%

 BLUE value IS 31 (12.5% from 255) = 31.96%

R = 21.65%
G = 46.39%
B = 31.96%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.31

 K value IS 0.82

RGB Variations

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

Color information

#152D1F (or 0x152D1F) is known color: Cardin Green. HEX triplet: 15, 2D and 1F. RGB value is (21,45,31). Sum of RGB (Red+Green+Blue) = 21+45+31=97 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.65% from 97); Green value is 45 (17.97% from 255 or 46.39% from 97); Blue value is 31 (12.5% from 255 or 31.96% from 97); Max value from RGB is 45 - color contains mainly: green. Hex color #152D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152D1F is #EAD2E0. Grayscale: #242424. Windows color (decimal): -15389409 or 2043157. OLE color: 2043157.

HSL color Cylindrical-coordinate representation of color #152D1F: hue angle of 145º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #152D1F is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.82.

Color convert

RGB 21 45 31 -
CMYK 0.53 0 0.31 0.82
HSL 145º 0.36% 0.13% -
HSV(B) 145º 0.53% 0.18% -
XYZ 1.49 2.14 1.63 -
YUV 36.23 125.05 117.14 -
System Red Green Blue C M Y K H S L
Decimal 21 45 31 0.53 0 0.31 0.82 145 0.36 0.13
Hex 15 2D 1F 35 0 1F 52 91 24 D
Octal 25 55 37 65 0 37 122 221 44 15
Binary 10101 101101 11111 110101 0 11111 1010010 10010001 100100 1101

Color Harmonies of #152D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152D1F

Black with #152D1F

Text Example


Text Example

White with #152D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152D1F; }

 p { color: rgb(21,45,31); }

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

background-color css

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

 a { background-color: rgb(21,45,31); }

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

border-color css

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

 span { border-color: rgb(21,45,31); }

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