Html Css Color HEX #2F3015 Karaka

📋 copy color: '#2F3015'

red 47 ◦ green 48 ◦ blue 21

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

Shades of Karaka #2F3015

Tints of Karaka #2F3015

RGB

 RED value IS 47 (18.75% from 255) = 40.52%

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

 BLUE value IS 21 (8.59% from 255) = 18.1%

R = 40.52%
G = 41.38%
B = 18.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#2F3015 (or 0x2F3015) is known color: Karaka. HEX triplet: 2F, 30 and 15. RGB value is (47,48,21). Sum of RGB (Red+Green+Blue) = 47+48+21=116 (15% of max value = 765). Red value is 47 (18.75% from 255 or 40.52% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 21 (8.59% from 255 or 18.10% from 116); Max value from RGB is 48 - color contains mainly: green. Hex color #2F3015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F3015 is #D0CFEA. Grayscale: #2C2C2C. Windows color (decimal): -13684715 or 1388591. OLE color: 1388591.

HSL color Cylindrical-coordinate representation of color #2F3015: hue angle of 62.22º 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 #2F3015 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.81.

Color convert

RGB 47 48 21 -
CMYK 0.02 0 0.56 0.81
HSL 62.22º 0.39% 0.14% -
HSV(B) 62.22º 0.56% 0.19% -
XYZ 2.36 2.77 1.12 -
YUV 44.62 114.67 129.7 -
System Red Green Blue C M Y K H S L
Decimal 47 48 21 0.02 0 0.56 0.81 62.22 0.39 0.14
Hex 2F 30 15 2 0 38 51 3E 27 E
Octal 57 60 25 2 0 70 121 76 47 16
Binary 101111 110000 10101 10 0 111000 1010001 111110 100111 1110

Color Harmonies of #2F3015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3015

Black with #2F3015

Text Example


Text Example

White with #2F3015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F3015; }

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

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

background-color css

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

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

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

border-color css

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

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

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