Html Css Color HEX #232C28 Cardin Green

📋 copy color: '#232C28'

red 35 ◦ green 44 ◦ blue 40

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

Shades of Cardin Green #232C28

Tints of Cardin Green #232C28

RGB

 RED value IS 35 (14.06% from 255) = 29.41%

 GREEN value IS 44 (17.58% from 255) = 36.97%

 BLUE value IS 40 (16.02% from 255) = 33.61%

R = 29.41%
G = 36.97%
B = 33.61%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.83

RGB Variations

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

Color information

#232C28 (or 0x232C28) is known color: Cardin Green. HEX triplet: 23, 2C and 28. RGB value is (35,44,40). Sum of RGB (Red+Green+Blue) = 35+44+40=119 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.41% from 119); Green value is 44 (17.58% from 255 or 36.97% from 119); Blue value is 40 (16.02% from 255 or 33.61% from 119); Max value from RGB is 44 - color contains mainly: green. Hex color #232C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232C28 is #DCD3D7. Grayscale: #282828. Windows color (decimal): -14472152 or 2632739. OLE color: 2632739.

HSL color Cylindrical-coordinate representation of color #232C28: hue angle of 153.33º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #232C28 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.83.

Color convert

RGB 35 44 40 -
CMYK 0.20 0 0.09 0.83
HSL 153.33º 0.11% 0.15% -
HSV(B) 153.33º 0.2% 0.17% -
XYZ 1.98 2.31 2.35 -
YUV 40.85 127.52 123.83 -
System Red Green Blue C M Y K H S L
Decimal 35 44 40 0.20 0 0.09 0.83 153.33 0.11 0.15
Hex 23 2C 28 14 0 9 53 99 B F
Octal 43 54 50 24 0 11 123 231 13 17
Binary 100011 101100 101000 10100 0 1001 1010011 10011001 1011 1111

Color Harmonies of #232C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232C28

Black with #232C28

Text Example


Text Example

White with #232C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232C28; }

 p { color: rgb(35,44,40); }

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

background-color css

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

 a { background-color: rgb(35,44,40); }

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

border-color css

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

 span { border-color: rgb(35,44,40); }

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