Html Css Color HEX #15261F Cardin Green

📋 copy color: '#15261F'

red 21 ◦ green 38 ◦ blue 31

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

Shades of Cardin Green #15261F

Tints of Cardin Green #15261F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 42.22%

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

R = 23.33%
G = 42.22%
B = 34.44%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.85

RGB Variations

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

Color information

#15261F (or 0x15261F) is known color: Cardin Green. HEX triplet: 15, 26 and 1F. RGB value is (21,38,31). Sum of RGB (Red+Green+Blue) = 21+38+31=90 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.33% from 90); Green value is 38 (15.23% from 255 or 42.22% from 90); Blue value is 31 (12.5% from 255 or 34.44% from 90); Max value from RGB is 38 - color contains mainly: green. Hex color #15261F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15261F is #EAD9E0. Grayscale: #202020. Windows color (decimal): -15391201 or 2041365. OLE color: 2041365.

HSL color Cylindrical-coordinate representation of color #15261F: hue angle of 155.29º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #15261F is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB 21 38 31 -
CMYK 0.45 0 0.18 0.85
HSL 155.29º 0.29% 0.12% -
HSV(B) 155.29º 0.45% 0.15% -
XYZ 1.25 1.64 1.55 -
YUV 32.12 127.37 120.07 -
System Red Green Blue C M Y K H S L
Decimal 21 38 31 0.45 0 0.18 0.85 155.29 0.29 0.12
Hex 15 26 1F 2D 0 12 55 9B 1D C
Octal 25 46 37 55 0 22 125 233 35 14
Binary 10101 100110 11111 101101 0 10010 1010101 10011011 11101 1100

Color Harmonies of #15261F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15261F

Black with #15261F

Text Example


Text Example

White with #15261F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15261F; }

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

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

background-color css

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

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

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

border-color css

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

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

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