Html Css Color HEX #1B332A Cardin Green

📋 copy color: '#1B332A'

red 27 ◦ green 51 ◦ blue 42

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

Shades of Cardin Green #1B332A

Tints of Cardin Green #1B332A

RGB

 RED value IS 27 (10.94% from 255) = 22.5%

 GREEN value IS 51 (20.31% from 255) = 42.5%

 BLUE value IS 42 (16.8% from 255) = 35%

R = 22.5%
G = 42.5%
B = 35%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.8

RGB Variations

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

Color information

#1B332A (or 0x1B332A) is known color: Cardin Green. HEX triplet: 1B, 33 and 2A. RGB value is (27,51,42). Sum of RGB (Red+Green+Blue) = 27+51+42=120 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.5% from 120); Green value is 51 (20.31% from 255 or 42.5% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 51 - color contains mainly: green. Hex color #1B332A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B332A is #E4CCD5. Grayscale: #2A2A2A. Windows color (decimal): -14994646 or 2765595. OLE color: 2765595.

HSL color Cylindrical-coordinate representation of color #1B332A: hue angle of 157.5º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1B332A is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB 27 51 42 -
CMYK 0.47 0 0.18 0.8
HSL 157.5º 0.31% 0.15% -
HSV(B) 157.5º 0.47% 0.2% -
XYZ 2.05 2.77 2.62 -
YUV 42.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 27 51 42 0.47 0 0.18 0.8 157.5 0.31 0.15
Hex 1B 33 2A 2F 0 12 50 9E 1F F
Octal 33 63 52 57 0 22 120 236 37 17
Binary 11011 110011 101010 101111 0 10010 1010000 10011110 11111 1111

Color Harmonies of #1B332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B332A

Black with #1B332A

Text Example


Text Example

White with #1B332A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B332A; }

 p { color: rgb(27,51,42); }

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

background-color css

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

 a { background-color: rgb(27,51,42); }

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

border-color css

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

 span { border-color: rgb(27,51,42); }

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