Html Css Color HEX #23483D Te Papa Green

📋 copy color: '#23483D'

red 35 ◦ green 72 ◦ blue 61

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

Shades of Te Papa Green #23483D

Tints of Te Papa Green #23483D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.86%

 BLUE value IS 61 (24.22% from 255) = 36.31%

R = 20.83%
G = 42.86%
B = 36.31%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.72

RGB Variations

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

Color information

#23483D (or 0x23483D) is known color: Te Papa Green. HEX triplet: 23, 48 and 3D. RGB value is (35,72,61). Sum of RGB (Red+Green+Blue) = 35+72+61=168 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.83% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 61 (24.22% from 255 or 36.31% from 168); Max value from RGB is 72 - color contains mainly: green. Hex color #23483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23483D is #DCB7C2. Grayscale: #3B3B3B. Windows color (decimal): -14464963 or 4016163. OLE color: 4016163.

HSL color Cylindrical-coordinate representation of color #23483D: hue angle of 162.16º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #23483D is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB 35 72 61 -
CMYK 0.51 0 0.15 0.72
HSL 162.16º 0.35% 0.21% -
HSV(B) 162.16º 0.51% 0.28% -
XYZ 3.85 5.33 5.24 -
YUV 59.68 128.74 110.39 -
System Red Green Blue C M Y K H S L
Decimal 35 72 61 0.51 0 0.15 0.72 162.16 0.35 0.21
Hex 23 48 3D 33 0 F 48 A2 23 15
Octal 43 110 75 63 0 17 110 242 43 25
Binary 100011 1001000 111101 110011 0 1111 1001000 10100010 100011 10101

Color Harmonies of #23483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23483D

Black with #23483D

Text Example


Text Example

White with #23483D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23483D; }

 p { color: rgb(35,72,61); }

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

background-color css

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

 a { background-color: rgb(35,72,61); }

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

border-color css

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

 span { border-color: rgb(35,72,61); }

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