Html Css Color HEX #153025 Cardin Green

📋 copy color: '#153025'

red 21 ◦ green 48 ◦ blue 37

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

Shades of Cardin Green #153025

Tints of Cardin Green #153025

RGB

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

 GREEN value IS 48 (19.14% from 255) = 45.28%

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

R = 19.81%
G = 45.28%
B = 34.91%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.81

RGB Variations

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

Color information

#153025 (or 0x153025) is known color: Cardin Green. HEX triplet: 15, 30 and 25. RGB value is (21,48,37). Sum of RGB (Red+Green+Blue) = 21+48+37=106 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.81% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 37 (14.84% from 255 or 34.91% from 106); Max value from RGB is 48 - color contains mainly: green. Hex color #153025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153025 is #EACFDA. Grayscale: #262626. Windows color (decimal): -15388635 or 2437141. OLE color: 2437141.

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

Color convert

RGB 21 48 37 -
CMYK 0.56 0 0.23 0.81
HSL 155.56º 0.39% 0.14% -
HSV(B) 155.56º 0.56% 0.19% -
XYZ 1.7 2.41 2.13 -
YUV 38.67 127.05 115.39 -
System Red Green Blue C M Y K H S L
Decimal 21 48 37 0.56 0 0.23 0.81 155.56 0.39 0.14
Hex 15 30 25 38 0 17 51 9C 27 E
Octal 25 60 45 70 0 27 121 234 47 16
Binary 10101 110000 100101 111000 0 10111 1010001 10011100 100111 1110

Color Harmonies of #153025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153025

Black with #153025

Text Example


Text Example

White with #153025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153025; }

 p { color: rgb(21,48,37); }

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

background-color css

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

 a { background-color: rgb(21,48,37); }

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

border-color css

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

 span { border-color: rgb(21,48,37); }

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