Html Css Color HEX #132F25 Cardin Green

📋 copy color: '#132F25'

red 19 ◦ green 47 ◦ blue 37

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

Shades of Cardin Green #132F25

Tints of Cardin Green #132F25

RGB

 RED value IS 19 (7.81% from 255) = 18.45%

 GREEN value IS 47 (18.75% from 255) = 45.63%

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

R = 18.45%
G = 45.63%
B = 35.92%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.21

 K value IS 0.82

RGB Variations

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

Color information

#132F25 (or 0x132F25) is known color: Cardin Green. HEX triplet: 13, 2F and 25. RGB value is (19,47,37). Sum of RGB (Red+Green+Blue) = 19+47+37=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 47 (18.75% from 255 or 45.63% from 103); Blue value is 37 (14.84% from 255 or 35.92% from 103); Max value from RGB is 47 - color contains mainly: green. Hex color #132F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132F25 is #ECD0DA. Grayscale: #252525. Windows color (decimal): -15519963 or 2436883. OLE color: 2436883.

HSL color Cylindrical-coordinate representation of color #132F25: hue angle of 158.57º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #132F25 is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.82.

Color convert

RGB 19 47 37 -
CMYK 0.60 0 0.21 0.82
HSL 158.57º 0.42% 0.13% -
HSV(B) 158.57º 0.6% 0.18% -
XYZ 1.62 2.31 2.11 -
YUV 37.49 127.72 114.81 -
System Red Green Blue C M Y K H S L
Decimal 19 47 37 0.60 0 0.21 0.82 158.57 0.42 0.13
Hex 13 2F 25 3C 0 15 52 9F 2A D
Octal 23 57 45 74 0 25 122 237 52 15
Binary 10011 101111 100101 111100 0 10101 1010010 10011111 101010 1101

Color Harmonies of #132F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132F25

Black with #132F25

Text Example


Text Example

White with #132F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132F25; }

 p { color: rgb(19,47,37); }

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

background-color css

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

 a { background-color: rgb(19,47,37); }

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

border-color css

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

 span { border-color: rgb(19,47,37); }

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